diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-26 14:06:56 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-26 14:06:56 +0100 |
commit | 19158a837df5093a2d655536424412bac2b07467 (patch) | |
tree | 3f3ce9c808e05dbf8dd38292f4c2db52cb73b429 /TODO_config_nommu | |
parent | aa167556cd2954bb9a9fb0a005178462087a4600 (diff) | |
download | busybox-19158a837df5093a2d655536424412bac2b07467.tar.gz |
unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'TODO_config_nommu')
-rw-r--r-- | TODO_config_nommu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO_config_nommu b/TODO_config_nommu index 2c8210cfe..911f02f6b 100644 --- a/TODO_config_nommu +++ b/TODO_config_nommu @@ -24,7 +24,7 @@ CONFIG_FEATURE_VERBOSE_USAGE=y CONFIG_FEATURE_COMPRESS_USAGE=y CONFIG_FEATURE_INSTALLER=y # CONFIG_LOCALE_SUPPORT is not set -# CONFIG_FEATURE_ASSUME_UNICODE is not set +# CONFIG_UNICODE_SUPPORT is not set # CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set CONFIG_LONG_OPTS=y CONFIG_FEATURE_DEVPTS=y |