busybox: make high ASCII chars printable (#7993)
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 27 Oct 2014 11:22:15 +0000 (11:22 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 27 Oct 2014 11:22:15 +0000 (11:22 +0000)
commitbe4d678d4c6093e80c800ffa123d64d8026591ee
tree9ffcf02ad0134ad28ff91586b9a456b6928766c9
parentf04f0df894fb514fdbecfe22d152ded6222ec1ef
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]