1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 15:57:14 +03:00

Attempt to select UTF-8 code page in manifest.

This commit is contained in:
Athanasius 2020-09-21 13:30:17 +01:00
parent c1584d06fa
commit 468912f4ec

View File

@ -19,6 +19,8 @@
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
<!-- Declare that we want to use the UTF-8 code page -->
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
</asmv3:windowsSettings>
</asmv3:application>
<dependency>