fix Unicode config option limits and some comments in less

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-01-30 18:09:18 +01:00
parent a42524251e
commit ecd90fd488
2 changed files with 3 additions and 4 deletions

View File

@@ -143,7 +143,6 @@ config FEATURE_CHECK_UNICODE_IN_ENV
config SUBST_WCHAR
int "Character code to substitute unprintable characters with"
range 1 4294967295
depends on FEATURE_ASSUME_UNICODE
default 63
help
@@ -153,7 +152,6 @@ config SUBST_WCHAR
config LAST_SUPPORTED_WCHAR
int "Range of supported Unicode characters"
range 0 4294967295
depends on FEATURE_ASSUME_UNICODE
default 767
help