apparently this will allow for utf-8?

This commit is contained in:
2025-12-01 20:42:47 -05:00
parent 086697b0dc
commit 10e2e70244
4 changed files with 13 additions and 2 deletions

8
app.manifest Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<application>
<windowsSettings>
<activeCodePage>UTF-8</activeCodePage>
</windowsSettings>
</application>
</assembly>