Skip to content

Instantly share code, notes, and snippets.

@sredna
Last active November 25, 2022 11:47
Show Gist options
  • Save sredna/e84d1ee00b00732c0dd43b590c9399c6 to your computer and use it in GitHub Desktop.
Save sredna/e84d1ee00b00732c0dd43b590c9399c6 to your computer and use it in GitHub Desktop.
# 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