busybox: make high ASCII chars printable (#7993)
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 27 Oct 2014 11:22:15 +0000 (11:22 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 27 Oct 2014 11:22:15 +0000 (11:22 +0000)
commit591890708738adc2f145e35c941e7c18fd51d480
tree9ffcf02ad0134ad28ff91586b9a456b6928766c9
parent8036afcbcb8404666adf7900067f2fd2f486cedc
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43084 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/utils/busybox/Makefile
package/utils/busybox/patches/270-libbb_make_unicode_printable.patch [new file with mode: 0644]