EasyRPG / Tools

Assorted tools to handle RPG Maker 2000/2003 files
https://easyrpg.org/tools/
50 stars 18 forks source link

Windows: Declare UTF-8 through manifest #86

Open Ghabry opened 5 months ago

Ghabry commented 5 months ago

Since Windows 10 2019 update it is possible to set the app codepage to UTF-8: https://learn.microsoft.com/en-us/windows/apps/design/globalizing/use-utf8-code-page

We could add that manifest to get Unicode support in our tools on Windows for free.


(Not worth for the Player imo as our abstraction there is already fairly good and likely not all migrated to the adware named Windows 10 xD)