diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -324,8 +324,8 @@ This is useful if you build against uclibc with locale support disabled. | |||
324 | Unicode-dependent applets must call check_unicode_in_env() when they | 324 | Unicode-dependent applets must call check_unicode_in_env() when they |
325 | begin executing. | 325 | begin executing. |
326 | 326 | ||
327 | Applet code may conditionalize on FEATURE_ASSUME_UNICODE | 327 | Applet code may conditionalize on UNICODE_SUPPORT in order to use |
328 | in order to use more efficient code if unicode support is not requested. | 328 | more efficient code if unicode support is not requested. |
329 | 329 | ||
330 | Available functions (if you need more, implement them in libbb/unicode.c | 330 | Available functions (if you need more, implement them in libbb/unicode.c |
331 | so that they work without LOCALE_SUPPORT too): | 331 | so that they work without LOCALE_SUPPORT too): |