From e0b1565f194420ae647ff604e319fdfb20662e02 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Mon, 19 May 2014 23:52:26 +0300 Subject: [PATCH] busybox: enable locale support this fixes unicode input in ash --- packages/sysutils/busybox/config/busybox-target.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/sysutils/busybox/config/busybox-target.conf b/packages/sysutils/busybox/config/busybox-target.conf index 7c6a7870b1..b7aad8f2ac 100644 --- a/packages/sysutils/busybox/config/busybox-target.conf +++ b/packages/sysutils/busybox/config/busybox-target.conf @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.22.1 -# Sun Apr 6 15:00:27 2014 +# Mon May 19 23:45:50 2014 # CONFIG_HAVE_DOT_CONFIG=y @@ -25,14 +25,14 @@ CONFIG_FEATURE_VERBOSE_USAGE=y CONFIG_FEATURE_COMPRESS_USAGE=y CONFIG_FEATURE_INSTALLER=y CONFIG_INSTALL_NO_USR=y -# CONFIG_LOCALE_SUPPORT is not set +CONFIG_LOCALE_SUPPORT=y CONFIG_UNICODE_SUPPORT=y -# CONFIG_UNICODE_USING_LOCALE is not set +CONFIG_UNICODE_USING_LOCALE=y # CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set CONFIG_SUBST_WCHAR=63 CONFIG_LAST_SUPPORTED_WCHAR=767 # CONFIG_UNICODE_COMBINING_WCHARS is not set -# CONFIG_UNICODE_WIDE_WCHARS is not set +CONFIG_UNICODE_WIDE_WCHARS=y # CONFIG_UNICODE_BIDI_SUPPORT is not set # CONFIG_UNICODE_NEUTRAL_TABLE is not set # CONFIG_UNICODE_PRESERVE_BROKEN is not set