Fri, 4 May 2001 15:20:02 +0100, Ian Lynagh <[EMAIL PROTECTED]> pisze:
> Is there a reason why isUpper and isLower include all unicode
> characters of the appropriate class but isDigit is only 0..9?
There are also other weirdnesses, e.g. isSpace is specified to work
only on ISO-8859-1 spacing cha
Hi all
Is there a reason why isUpper and isLower include all unicode characters
of the appropriate class but isDigit is only 0..9? Are there any
Haskell unicode libraries around? And is the implementation of unicode
support for GHC being discussed/developed anywhere?
BTW, The comments in the re