From d5e159cdcb50674b0808cfc68f8b47b971f41712 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 Sep 2016 12:26:41 +0200 Subject: busybox: enable unicode support, useful for german umlaut handling, reported by Oliver --- package/busybox/config/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/busybox/config') 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. -- cgit v1.2.3