From 75b89012c90470a27d66b54ad89901b94fcfd169 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 6 Dec 2020 00:02:46 -0600 Subject: Remove CONFIG_TOYBOX_I18N and just always support utf8. --- Config.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index f7407d85..27948ad3 100644 --- a/Config.in +++ b/Config.in @@ -106,12 +106,6 @@ config TOYBOX_HELP_DASHDASH optstring. (Use TOYFLAG_NOHELP to disable.) Produces the same output as "help command". --version shows toybox version. -config TOYBOX_I18N - bool "Internationalization support" - default y - help - Support for UTF-8 character sets, and some locale support. - config TOYBOX_FREE bool "Free memory unnecessarily" default n -- cgit v1.2.3