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:
@@ -78,7 +78,7 @@ void FAST_FUNC bb_progress_update(bb_progress_t *p,
|
||||
if (ratio > 100) ratio = 100;
|
||||
}
|
||||
|
||||
#if ENABLE_FEATURE_ASSUME_UNICODE
|
||||
#if ENABLE_UNICODE_SUPPORT
|
||||
init_unicode();
|
||||
/* libbb candidate? */
|
||||
{
|
||||
|
Reference in New Issue
Block a user