| Index: src/unicode.h
|
| diff --git a/src/unicode.h b/src/unicode.h
|
| index f8a1f60cdd04ac9578aa374eb2dd7599bf3ee9b6..58baf62cba104b130d43cefe659b3bdcfdb918d9 100644
|
| --- a/src/unicode.h
|
| +++ b/src/unicode.h
|
| @@ -135,11 +135,7 @@ class Utf16 {
|
|
|
| class Latin1 {
|
| public:
|
| -#ifndef ENABLE_LATIN_1
|
| - static const unsigned kMaxChar = 0x7f;
|
| -#else
|
| static const unsigned kMaxChar = 0xff;
|
| -#endif
|
| // Returns 0 if character does not convert to single latin-1 character
|
| // or if the character doesn't not convert back to latin-1 via inverse
|
| // operation (upper to lower, etc).
|
|
|