nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.14k stars 145 forks source link

txt dump encoding #115

Closed orangespoons closed 2 years ago

orangespoons commented 2 years ago

When I extracted the Monovehaviour file using the program, the encoding was ANSI. Can you update the program to use UTF-8 or UTF-8 BOM instead of ANSI when dumping to txt? I'm editing the font's coordinate file, but I need utf-8 encoding to find out what kind of character it was originally made with. Thanks.

nesrak1 commented 2 years ago

I'm not sure what you mean, it seems to be exporting fine in UTF-8 for me. What field were you talking about in Font?

orangespoons commented 2 years ago

SDF font Monobehaviour file. When I checked it again, it opened properly in the default notepad. But in notepad++ it was opened in ANSI, so the characters were not displayed properly. It's probably a notepad++ issue. sorry!