Browse Source

busybox: enable unicode support, useful for german umlaut handling, reported by Oliver

Waldemar Brodkorb 7 years ago
parent
commit
d5e159cdcb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/busybox/config/Config.in

+ 1 - 1
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.