T
twostars
Re-encode resource files (.rc) as UTF8
Some systems can get confused when preemptively loading them as ANSI, even though
they intend to load each section with their appropriate encoding.
Adding the UTF8 BOM and letting MSVC re-encode by itself fixes this and ensures they load as intended.
Github Commit Görüntüle...
See Commints...
..
Some systems can get confused when preemptively loading them as ANSI, even though
they intend to load each section with their appropriate encoding.
Adding the UTF8 BOM and letting MSVC re-encode by itself fixes this and ensures they load as intended.
Github Commit Görüntüle...
See Commints...
..