EasyAbp / AbpHelper.CLI

Providing code generation and more features to help you develop applications and modules with the ABP framework.
MIT License
285 stars 95 forks source link

Use UTF-8 encoding #237

Open blackWins opened 1 month ago

blackWins commented 1 month ago

AbpHelper.GUI#163

wakuflair commented 1 month ago

File.WriteAllTextAsync by default uses UTF-8, https://learn.microsoft.com/en-us/dotnet/api/system.io.file.writealltext?view=net-8.0#system-io-file-writealltext(system-string-system-string)