Set UTF-8 code page in Windows manifest

This commit is contained in:
Ilya Fedin 2023-01-18 15:07:18 +04:00 committed by John Preston
parent 745b01a407
commit 7db2acc742

View file

@ -14,4 +14,9 @@
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
</application>
</compatibility>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
</windowsSettings>
</application>
</assembly>