#5518: Some unicode symbols are not allow in literal characters or strings
-------------------------------+--------------------------------------------
    Reporter:  ertai           |        Owner:              
        Type:  bug             |       Status:  infoneeded  
    Priority:  normal          |    Milestone:              
   Component:  Compiler        |      Version:  7.2.1       
    Keywords:                  |     Testcase:              
   Blockedby:                  |   Difficulty:              
          Os:  Linux           |     Blocking:              
Architecture:  x86_64 (amd64)  |      Failure:  None/Unknown
-------------------------------+--------------------------------------------
Changes (by igloo):

  * status:  new => infoneeded


Comment:

 It works for me:
 {{{
 $ hexdump -C q.hs
 00000000  0a 6d 61 69 6e 20 3d 20  70 75 74 43 68 61 72 20  |.main =
 putChar |
 00000010  27 e2 82 96 27 0a 0a                              |'...'..|
 00000017
 $ ghc -c q.hs
 $
 }}}

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

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to