diff options
author | Ron Yorston <rmy@pobox.com> | 2023-08-04 12:09:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-04 12:09:13 +0000 |
commit | cf513a82223315c92a229d81b2710fda22da1659 (patch) | |
tree | dd8ea10581be75ddee328aeb6aff88f02e9542f6 /scripts | |
parent | 9e2c3594ccbd3ef45beab57cba6796f97f06906c (diff) | |
parent | b8fff6b345d4b7e3f16227f65eecca1a0c88ab41 (diff) | |
download | busybox-w32-cf513a82223315c92a229d81b2710fda22da1659.tar.gz busybox-w32-cf513a82223315c92a229d81b2710fda22da1659.tar.bz2 busybox-w32-cf513a82223315c92a229d81b2710fda22da1659.zip |
Merge pull request #349 from avih/win32-utf8-output
Win32: make unicode print correctly regardless of console CP
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mk_mingw64u_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mk_mingw64u_defconfig b/scripts/mk_mingw64u_defconfig index 3cca78e5b..760c55a00 100755 --- a/scripts/mk_mingw64u_defconfig +++ b/scripts/mk_mingw64u_defconfig | |||
@@ -25,6 +25,7 @@ set_build_opts() { | |||
25 | set_build_opts \ | 25 | set_build_opts \ |
26 | CONFIG_FEATURE_UTF8_MANIFEST=y \ | 26 | CONFIG_FEATURE_UTF8_MANIFEST=y \ |
27 | CONFIG_FEATURE_UTF8_INPUT=y \ | 27 | CONFIG_FEATURE_UTF8_INPUT=y \ |
28 | CONFIG_FEATURE_UTF8_OUTPUT=y \ | ||
28 | CONFIG_UNICODE_SUPPORT=y \ | 29 | CONFIG_UNICODE_SUPPORT=y \ |
29 | CONFIG_FEATURE_CHECK_UNICODE_IN_ENV=y \ | 30 | CONFIG_FEATURE_CHECK_UNICODE_IN_ENV=y \ |
30 | CONFIG_SUBST_WCHAR=63 \ | 31 | CONFIG_SUBST_WCHAR=63 \ |