aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-03-26 14:06:56 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-03-26 14:06:56 +0100
commit19158a837df5093a2d655536424412bac2b07467 (patch)
tree3f3ce9c808e05dbf8dd38292f4c2db52cb73b429 /TODO
parentaa167556cd2954bb9a9fb0a005178462087a4600 (diff)
downloadbusybox-w32-19158a837df5093a2d655536424412bac2b07467.tar.gz
busybox-w32-19158a837df5093a2d655536424412bac2b07467.tar.bz2
busybox-w32-19158a837df5093a2d655536424412bac2b07467.zip
unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 31aae41fd..af4c467c2 100644
--- a/TODO
+++ b/TODO
@@ -324,8 +324,8 @@ This is useful if you build against uclibc with locale support disabled.
324Unicode-dependent applets must call check_unicode_in_env() when they 324Unicode-dependent applets must call check_unicode_in_env() when they
325begin executing. 325begin executing.
326 326
327Applet code may conditionalize on FEATURE_ASSUME_UNICODE 327Applet code may conditionalize on UNICODE_SUPPORT in order to use
328in order to use more efficient code if unicode support is not requested. 328more efficient code if unicode support is not requested.
329 329
330Available functions (if you need more, implement them in libbb/unicode.c 330Available functions (if you need more, implement them in libbb/unicode.c
331so that they work without LOCALE_SUPPORT too): 331so that they work without LOCALE_SUPPORT too):