[GHC] #1103: Japanese Unicode

GHC trac at galois.com
Wed Jul 9 08:16:33 EDT 2008


#1103: Japanese Unicode
-----------------------------------------------------+----------------------
 Reporter:  humasect                                 |          Owner:             
     Type:  bug                                      |         Status:  closed     
 Priority:  normal                                   |      Milestone:  6.10 branch
Component:  Compiler (Parser)                        |        Version:  6.6        
 Severity:  major                                    |     Resolution:  fixed      
 Keywords:  japanese unicode lexical -fglasgow-exts  |     Difficulty:  Unknown    
 Testcase:                                           |   Architecture:  Unknown    
       Os:  Multiple                                 |  
-----------------------------------------------------+----------------------
Changes (by simonmar):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 I did as Ross suggested and made the "Letter, Other" class behave as
 lower-case.

 {{{
 Wed Jul  9 10:12:52 BST 2008  Simon Marlow <marlowsd at gmail.com>
   * 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.
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1103#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the Glasgow-haskell-bugs mailing list