Last active
April 8, 2025 22:16
-
-
Save sredna/e84d1ee00b00732c0dd43b590c9399c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://docs.microsoft.com/en-us/windows/apps/design/globalizing/use-utf8-code-page | |
# Unicode False | |
ManifestAppendCustomString '/assembly/application/windowsSettings' '<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>' | |
Section | |
SetDetailsView show | |
System::Call 'KERNEL32::GetACP()i.r0' | |
DetailPrint GetACP=$0 | |
System::Call 'KERNEL32::GetOEMCP()i.r0' | |
DetailPrint GetOEMCP=$0 | |
SectionEnd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment