Skip to content

Commit 780e095

Browse files
authored
Add UTF-8 path support (#1307)
1 parent 858d503 commit 780e095

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cppwinrt/app.manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<application xmlns="urn:schemas-microsoft-com:asm.v3">
44
<windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
55
<ws2:longPathAware>true</ws2:longPathAware>
6+
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
67
</windowsSettings>
78
</application>
89
</assembly>

0 commit comments

Comments
 (0)