aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-31 18:12:57 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-31 18:12:57 +0100
commit460f8276449f0933f242c9295b241ec213bcef82 (patch)
tree1ab106c367abef17504d1e30aac7408745144043 /Config.in
parentb1edf20f1848cd741e8a8395afb4a4655a210906 (diff)
downloadbusybox-w32-460f8276449f0933f242c9295b241ec213bcef82.tar.gz
busybox-w32-460f8276449f0933f242c9295b241ec213bcef82.tar.bz2
busybox-w32-460f8276449f0933f242c9295b241ec213bcef82.zip
better wording in Config
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/Config.in b/Config.in
index b4ea70242..e7bb05dce 100644
--- a/Config.in
+++ b/Config.in
@@ -161,9 +161,11 @@ config LAST_SUPPORTED_WCHAR
161 161
162 The idea is that many valid printable Unicode chars are 162 The idea is that many valid printable Unicode chars are
163 nevertheless are not displayed correctly. Think about 163 nevertheless are not displayed correctly. Think about
164 combining charachers, double-wide hieroglyphs and such. 164 combining charachers, double-wide hieroglyphs, obscure
165 Many terminals, xterms and such will fail to handle them 165 characters in dozens of ancient scripts...
166 correctly. 166 Many terminals, terminal emulators, xterms etc will fail
167 to handle them correctly. Choose the smallest value
168 which suits your needs.
167 169
168 Typical values are: 170 Typical values are:
169 126 - ASCII only 171 126 - ASCII only
@@ -172,6 +174,10 @@ config LAST_SUPPORTED_WCHAR
172 code is ~700 bytes smaller for this case. 174 code is ~700 bytes smaller for this case.
173 4351 (0x10ff) - there are no double-wide chars in [0..4351] range, 175 4351 (0x10ff) - there are no double-wide chars in [0..4351] range,
174 code is ~300 bytes smaller for this case. 176 code is ~300 bytes smaller for this case.
177 12799 (0x31ff) - nearly all non-ideographic characters are
178 available in [0..12799] range, including
179 East Asian scripts like katakana, hiragana, hangul,
180 bopomofo...
175 0 - off, any valid printable Unicode character will be printed. 181 0 - off, any valid printable Unicode character will be printed.
176 182
177config UNICODE_COMBINING_WCHARS 183config UNICODE_COMBINING_WCHARS