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)
commit2ab0dae9915d5c7c1c06c26ce1956bf0badd7a5b
treeb35b1ade3df4de085da7c87972d20ce018f3b916
parent9b1ad94f1c73ad6cfc8e96aaeb08288efeceba24
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>
SVN-Revision: 43084
package/utils/busybox/Makefile
package/utils/busybox/patches/270-libbb_make_unicode_printable.patch [new file with mode: 0644]