[Bug 3697] [Patch] 1.19.0 (git) Allow unicode output for "busybox ls"

bugzilla at busybox.net bugzilla at busybox.net
Thu May 12 01:12:16 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=3697

--- Comment #7 from Denys Vlasenko <vda.linux at googlemail.com>  ---
(In reply to comment #6)
> The problem is :
> 
> You dont need to filter/convert ls output if terminal is in utf8

How does program know that terminal is in utf8?

If you selected CONFIG_UNICODE_USING_LOCALE=y, you said "use setlocale(LC_ALL,
getenv("LANG"))". For your system it doesn't work.

If your system assumes that everything is working in Unicode, then set:

# CONFIG_UNICODE_USING_LOCALE is not set
# CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set

and busybox will also think that everything is working in Unicode, it will not
look into $LANG.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list