We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858d503 commit 780e095Copy full SHA for 780e095
cppwinrt/app.manifest
@@ -3,6 +3,7 @@
3
<application xmlns="urn:schemas-microsoft-com:asm.v3">
4
<windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
5
<ws2:longPathAware>true</ws2:longPathAware>
6
+ <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
7
</windowsSettings>
8
</application>
9
</assembly>
0 commit comments