aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-06-20 15:33:10 +0100
committerRon Yorston <rmy@pobox.com>2023-06-20 15:33:10 +0100
commit830e2cfae63a20beddd81d9db00dc906265a0e34 (patch)
treea836416a6dfb90c2c07047d741593a1a9291fb9b /Config.in
parent3c910ba8be077e4702b040e5a7d445e1b9d85695 (diff)
downloadbusybox-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.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 2da0a6aec..917712c0c 100644
--- a/Config.in
+++ b/Config.in
@@ -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
435config 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
435config FEATURE_ICON 442config FEATURE_ICON
436 bool "Include application icon in binary" 443 bool "Include application icon in binary"
437 default y 444 default y