diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-30 18:09:18 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-30 18:09:18 +0100 |
commit | ecd90fd488cd0c519070656f5cfa0b0959979be9 (patch) | |
tree | 789492a15652d22f84f63707629104d7b4493995 /Config.in | |
parent | a42524251effb54496681f849f2c599273faa3a4 (diff) | |
download | busybox-w32-ecd90fd488cd0c519070656f5cfa0b0959979be9.tar.gz busybox-w32-ecd90fd488cd0c519070656f5cfa0b0959979be9.tar.bz2 busybox-w32-ecd90fd488cd0c519070656f5cfa0b0959979be9.zip |
fix Unicode config option limits and some comments in less
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -143,7 +143,6 @@ config FEATURE_CHECK_UNICODE_IN_ENV | |||
143 | 143 | ||
144 | config SUBST_WCHAR | 144 | config SUBST_WCHAR |
145 | int "Character code to substitute unprintable characters with" | 145 | int "Character code to substitute unprintable characters with" |
146 | range 1 4294967295 | ||
147 | depends on FEATURE_ASSUME_UNICODE | 146 | depends on FEATURE_ASSUME_UNICODE |
148 | default 63 | 147 | default 63 |
149 | help | 148 | help |
@@ -153,7 +152,6 @@ config SUBST_WCHAR | |||
153 | 152 | ||
154 | config LAST_SUPPORTED_WCHAR | 153 | config LAST_SUPPORTED_WCHAR |
155 | int "Range of supported Unicode characters" | 154 | int "Range of supported Unicode characters" |
156 | range 0 4294967295 | ||
157 | depends on FEATURE_ASSUME_UNICODE | 155 | depends on FEATURE_ASSUME_UNICODE |
158 | default 767 | 156 | default 767 |
159 | help | 157 | help |