aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 11:41:16 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 11:41:16 +1000
commit743d85e7d1c2a721baf020b9d79f45f0df2420a9 (patch)
tree9e551b726ac2bf9fd8eafb2764e7237f352bb429 /Config.in
parent87911f4fcd86f7abc0aefba8e9cbec2ac9d127e4 (diff)
parentc7f95d23f6bc7e17a3b79decf83eb362b389e53a (diff)
downloadbusybox-w32-743d85e7d1c2a721baf020b9d79f45f0df2420a9.tar.gz
busybox-w32-743d85e7d1c2a721baf020b9d79f45f0df2420a9.tar.bz2
busybox-w32-743d85e7d1c2a721baf020b9d79f45f0df2420a9.zip
Merge branch 'origin/master' (early part)
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 25010cf84..5339b4ab7 100644
--- a/Config.in
+++ b/Config.in
@@ -237,6 +237,17 @@ config UNICODE_NEUTRAL_TABLE
237 With this option on, more extensive (and bigger) table 237 With this option on, more extensive (and bigger) table
238 of neutral chars will be used. 238 of neutral chars will be used.
239 239
240config UNICODE_PRESERVE_BROKEN
241 bool "Make it possible to enter sequences of chars which are not Unicode"
242 default n
243 depends on UNICODE_SUPPORT
244 help
245 With this option on, invalid UTF-8 bytes are not substituted
246 with the selected substitution character.
247 For example, this means that entering 'l', 's', ' ', 0xff, [Enter]
248 at shell prompt will list file named 0xff (single char name
249 with char value 255), not file named '?'.
250
240config LONG_OPTS 251config LONG_OPTS
241 bool "Support for --long-options" 252 bool "Support for --long-options"
242 default y 253 default y