unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
aa167556cd
commit
19158a837d
19 changed files with 481 additions and 596 deletions
4
TODO
4
TODO
|
@ -324,8 +324,8 @@ This is useful if you build against uclibc with locale support disabled.
|
|||
Unicode-dependent applets must call check_unicode_in_env() when they
|
||||
begin executing.
|
||||
|
||||
Applet code may conditionalize on FEATURE_ASSUME_UNICODE
|
||||
in order to use more efficient code if unicode support is not requested.
|
||||
Applet code may conditionalize on UNICODE_SUPPORT in order to use
|
||||
more efficient code if unicode support is not requested.
|
||||
|
||||
Available functions (if you need more, implement them in libbb/unicode.c
|
||||
so that they work without LOCALE_SUPPORT too):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue