Skip to content

Commit

Permalink
Add UTF-8 path support (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr authored May 17, 2023
1 parent 858d503 commit 780e095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cppwinrt/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
<ws2:longPathAware>true</ws2:longPathAware>
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
</windowsSettings>
</application>
</assembly>

0 comments on commit 780e095

Please sign in to comment.