diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -438,7 +438,8 @@ config FEATURE_UTF8_MANIFEST | |||
438 | depends on FEATURE_RESOURCES | 438 | depends on FEATURE_RESOURCES |
439 | help | 439 | help |
440 | Include a manifest which sets the process code page to UTF-8. | 440 | Include a manifest which sets the process code page to UTF-8. |
441 | Users who enable this may also wish to enable FEATURE_UTF8_INPUT. | 441 | Users who enable this may also wish to enable FEATURE_UTF8_INPUT |
442 | and/or FEATURE_UTF8_OUTPUT. | ||
442 | 443 | ||
443 | config FEATURE_ICON | 444 | config FEATURE_ICON |
444 | bool "Include application icon in binary" | 445 | bool "Include application icon in binary" |
@@ -483,6 +484,16 @@ config FEATURE_UTF8_INPUT | |||
483 | This may be useful in conjunction with the UTF8 manifest which | 484 | This may be useful in conjunction with the UTF8 manifest which |
484 | is supported in Window 10 and 11. | 485 | is supported in Window 10 and 11. |
485 | 486 | ||
487 | config FEATURE_UTF8_OUTPUT | ||
488 | bool "Allow UTF8 console output" | ||
489 | default n | ||
490 | depends on PLATFORM_MINGW32 && FEATURE_UTF8_MANIFEST | ||
491 | help | ||
492 | Print UTF8 output correctly even if the console (output) codepage | ||
493 | is not UTF8. | ||
494 | This may be useful in conjunction with the UTF8 manifest which | ||
495 | is supported in Window 10 and 11. | ||
496 | |||
486 | config TERMINAL_MODE | 497 | config TERMINAL_MODE |
487 | int "Default setting for terminal mode" | 498 | int "Default setting for terminal mode" |
488 | default 5 | 499 | default 5 |