aboutsummaryrefslogtreecommitdiff
path: root/win32/resources/utf8.manifest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: improved support for manifestsRon Yorston2023-09-141-0/+21
| | | | | | | | | | The UTF-8 manifest has been updated to include features from the standard application manifest. Include a copy of the standard application manifest for toolchains that don't provide one. (GitHub issue #366)
* win32: include UTF-8 manifestRon Yorston2023-06-201-0/+9
Include a manifest in the binary to set the process code page to UTF-8. This only has an effect from Windows 10 version 1903. Controlled by the FEATURE_UTF8_MANIFEST config setting, disabled by default.