BB: busybox: make high ASCII chars printable (#7993)
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 27 Oct 2014 11:22:41 +0000 (11:22 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 27 Oct 2014 11:22:41 +0000 (11:22 +0000)
commit809a8df5810b5ddb0f83ef3d38a4146c7c88601e
treed3bc62b84a1b87d48a3dcfa97bf43081adfde293
parentdd2b75d38340046b0038a92a0bf1765fb046606e
BB: busybox: make high ASCII chars printable (#7993)

Currently busybox utils like "ls" fail to display filenames containing UTF-8
characters, replacing any special characters with "?".

Change libbb's printable_string() function to allow high ASCII characters so
that unicode filenames are displayed correctls.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Backport of r43084

SVN-Revision: 43085
package/utils/busybox/Makefile
package/utils/busybox/patches/270-libbb_make_unicode_printable.patch [new file with mode: 0644]