Skip to content

Commit 3fa8232

Browse files
authoredJan 29, 2021
Set UTF-8 codepage in Windows manifest (#10881)
1 parent 9a177f0 commit 3fa8232

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎misc/minetest.exe.manifest

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3+
<assemblyIdentity type="win32" name="minetest" version="0.0.0.0" />
34
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
45
<security>
56
<requestedPrivileges>
@@ -10,6 +11,7 @@
1011
<application xmlns="urn:schemas-microsoft-com:asm.v3">
1112
<windowsSettings>
1213
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
14+
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
1315
</windowsSettings>
1416
</application>
1517
</assembly>

0 commit comments

Comments
 (0)
Please sign in to comment.