[project @ 2001-02-18 14:45:15 by qrczak]
authorqrczak <unknown>
Sun, 18 Feb 2001 14:45:15 +0000 (14:45 +0000)
committerqrczak <unknown>
Sun, 18 Feb 2001 14:45:15 +0000 (14:45 +0000)
commit77448dfad0a5b02e98f036214409b55a54f7eadc
treea9beb7d8249d712ba6fdb7e94a60cba81a5cb616
parent3c208cf148c5b44e0c6612f0d8b8afe746d4cf3b
[project @ 2001-02-18 14:45:15 by qrczak]
Recent Unicode and future ISO-10646 finally decided that the character
code space ends at U+10FFFF. Let ghc follow the rules: maxBound::Char
is now '\x10FFFF', etc.
ghc/compiler/parser/Lex.lhs
ghc/compiler/utils/UnicodeUtil.lhs
ghc/lib/std/PrelBase.lhs
ghc/lib/std/PrelEnum.lhs