Enable UTF-8 support on Windows
This commit is contained in:
parent
ff9b277b24
commit
f5c9c17a6b
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<description>nmrpflash</description>
|
||||
<assemblyIdentity version="1.0.0.0" name="nmrpflash"/>
|
||||
<assemblyIdentity type="win32" version="1.0.0.0" name="nmrpflash"/>
|
||||
<application>
|
||||
<windowsSettings>
|
||||
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
|
||||
</windowsSettings>
|
||||
</application>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
|
|
Loading…
Add table
Reference in a new issue