diff options
author | Ron Yorston <rmy@pobox.com> | 2023-06-20 15:33:10 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-06-20 15:33:10 +0100 |
commit | 830e2cfae63a20beddd81d9db00dc906265a0e34 (patch) | |
tree | a836416a6dfb90c2c07047d741593a1a9291fb9b /Config.in | |
parent | 3c910ba8be077e4702b040e5a7d445e1b9d85695 (diff) | |
download | busybox-w32-830e2cfae63a20beddd81d9db00dc906265a0e34.tar.gz busybox-w32-830e2cfae63a20beddd81d9db00dc906265a0e34.tar.bz2 busybox-w32-830e2cfae63a20beddd81d9db00dc906265a0e34.zip |
win32: include UTF-8 manifest
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.
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -432,6 +432,13 @@ config FEATURE_VERSIONINFO | |||
432 | help | 432 | help |
433 | Include version information in the application. | 433 | Include version information in the application. |
434 | 434 | ||
435 | config FEATURE_UTF8_MANIFEST | ||
436 | bool "Include UTF-8 manifest in binary" | ||
437 | default n | ||
438 | depends on FEATURE_RESOURCES | ||
439 | help | ||
440 | Include a manifest which sets the process code page to UTF-8. | ||
441 | |||
435 | config FEATURE_ICON | 442 | config FEATURE_ICON |
436 | bool "Include application icon in binary" | 443 | bool "Include application icon in binary" |
437 | default y | 444 | default y |