diff options
author | Ron Yorston <rmy@pobox.com> | 2013-08-27 16:10:53 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2013-08-27 16:10:53 +0100 |
commit | 3fd34651ea72ea1c335d3170f234cb0517fd897f (patch) | |
tree | 36e8fc40cffd464ffda4759020777dd3ca23ca31 /Config.in | |
parent | e3ac39098326de084a805d0dd31db9666b734f20 (diff) | |
parent | d6ae4fb446daedfe3073d67be655942e9fa7eb18 (diff) | |
download | busybox-w32-3fd34651ea72ea1c335d3170f234cb0517fd897f.tar.gz busybox-w32-3fd34651ea72ea1c335d3170f234cb0517fd897f.tar.bz2 busybox-w32-3fd34651ea72ea1c335d3170f234cb0517fd897f.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -184,12 +184,13 @@ config UNICODE_USING_LOCALE | |||
184 | Internal implementation is smaller. | 184 | Internal implementation is smaller. |
185 | 185 | ||
186 | config FEATURE_CHECK_UNICODE_IN_ENV | 186 | config FEATURE_CHECK_UNICODE_IN_ENV |
187 | bool "Check $LANG environment variable" | 187 | bool "Check $LC_ALL, $LC_CTYPE and $LANG environment variables" |
188 | default n | 188 | default n |
189 | depends on UNICODE_SUPPORT && !UNICODE_USING_LOCALE | 189 | depends on UNICODE_SUPPORT && !UNICODE_USING_LOCALE |
190 | help | 190 | help |
191 | With this option on, Unicode support is activated | 191 | With this option on, Unicode support is activated |
192 | only if LANG variable has the value of the form "xxxx.utf8" | 192 | only if locale-related variables have the value of the form |
193 | "xxxx.utf8" | ||
193 | 194 | ||
194 | Otherwise, Unicode support will be always enabled and active. | 195 | Otherwise, Unicode support will be always enabled and active. |
195 | 196 | ||