diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-24 12:26:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-24 12:26:41 +0200 |
commit | d5e159cdcb50674b0808cfc68f8b47b971f41712 (patch) | |
tree | 1766523a84f9082bb2e8a9780e90d672bf3c670b /package | |
parent | 535c4b1574bf185c589d26c1ab4d03c5b07227fc (diff) |
busybox: enable unicode support, useful for german umlaut handling, reported by Oliver
Diffstat (limited to 'package')
-rw-r--r-- | package/busybox/config/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/Config.in b/package/busybox/config/Config.in index 9cf99ae04..fee58a930 100644 --- a/package/busybox/config/Config.in +++ b/package/busybox/config/Config.in @@ -152,7 +152,7 @@ config BUSYBOX_LOCALE_SUPPORT config BUSYBOX_UNICODE_SUPPORT bool "Support Unicode" - default n + default y help This makes various applets aware that one byte is not one character on screen. |