Treat the Unicode "Letter, Other" class as lowercase letters (#1103)
authorSimon Marlow <marlowsd@gmail.com>
Wed, 9 Jul 2008 09:12:52 +0000 (09:12 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 9 Jul 2008 09:12:52 +0000 (09:12 +0000)
commit0c266d7ac54ae27e693ef04e4679220a32da0694
tree19ce93a0f7f99ba8f664686027ef84769b5d117f
parentaddff19a9c6ee89e36cb966988aa9f868ae2e4a6
Treat the Unicode "Letter, Other" class as lowercase letters (#1103)
This is an arbitrary choice, but it's strictly more useful than the
current situation, where these characters cannot be used in
identifiers at all.

In Haskell' we may revisit this decision (it's on my list of things to
discuss), but for now this is an improvement for those using caseless
languages.
compiler/parser/Lexer.x