BB: busybox: make high ASCII chars printable (#7993)
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 27 Oct 2014 11:22:41 +0000 (11:22 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 27 Oct 2014 11:22:41 +0000 (11:22 +0000)
commitf27e8004a039d460bea872605ce7dc0a7d3ea779
treed3bc62b84a1b87d48a3dcfa97bf43081adfde293
parentc7ae6947ca5703bf36c1a4ad3414e16fc93539e7
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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@43085 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/utils/busybox/Makefile
package/utils/busybox/patches/270-libbb_make_unicode_printable.patch [new file with mode: 0644]