diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 11:41:16 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 11:41:16 +1000 |
commit | 743d85e7d1c2a721baf020b9d79f45f0df2420a9 (patch) | |
tree | 9e551b726ac2bf9fd8eafb2764e7237f352bb429 /Config.in | |
parent | 87911f4fcd86f7abc0aefba8e9cbec2ac9d127e4 (diff) | |
parent | c7f95d23f6bc7e17a3b79decf83eb362b389e53a (diff) | |
download | busybox-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.in | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 | ||
240 | config 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 | |||
240 | config LONG_OPTS | 251 | config LONG_OPTS |
241 | bool "Support for --long-options" | 252 | bool "Support for --long-options" |
242 | default y | 253 | default y |