UweKeim / ZetaResourceEditor

Free multilingual, parallel .NET resource file editing
https://www.zeta-resource-editor.com
MIT License
271 stars 77 forks source link

UTF-8 Encoding #24

Closed Freddyvdh closed 7 years ago

Freddyvdh commented 7 years ago

Hi,

first of all, thanks for the great tool!

I'm working in my project with SVN, so I recognized after changing a neutral language file, that the german file had changes too, but only in the encoding.

I'm using VS 2013 and the default encoding seems to be UTF-8 BOM.

In the code I found that the StreamWriter is intialized with Utf8Encoding(false)(RuntimeBusinessLogic/BL/DataProcessing.cs, Line 128). Is there is reason why it is Utf8Encoding(false) and not Utf8Encoding(true), or you never thought about it?

I tried to build the Source, but the solution can't be build with VS 2013

Thanks, Freddy

UweKeim commented 7 years ago

Just "blame"d through my SVN to found no special remarks.

Probably "never thought about it".

I'll change now.

UweKeim commented 7 years ago

Done and published a new setup.exe.

I've kept the version number to not force all the users to download an update. Hope this is OK.

Freddyvdh commented 7 years ago

It's working! Thanks for the quick fix.

PS: The DevExpress DLLs are still missing ;)