DavidKinder / Windows-Inform7

Front-end for the Windows version of Inform 7.
http://inform7.com/
Artistic License 2.0
70 stars 10 forks source link

Use UTF-8 as application code page #40

Open DavidKinder opened 2 years ago

DavidKinder commented 2 years ago

Declare the Windows front-end to use UTF-8 as the code page if supported, in the manifest (see https://docs.microsoft.com/en-us/windows/apps/design/globalizing/use-utf8-code-page).

If the code page is UTF-8, TextFormat::AnsiToUTF8() should be a no-op.