[GHC] #7593: Unable to print exceptions of unicode identifiers

GHC ghc-devs at haskell.org
Sun Jan 26 08:19:01 UTC 2014


#7593: Unable to print exceptions of unicode identifiers
-------------------------------------------------+-------------------------
        Reporter:  dagit                         |            Owner:
            Type:  bug                           |           Status:  new
        Priority:  normal                        |        Milestone:  7.8.1
       Component:  Compiler                      |          Version:  7.6.1
      Resolution:                                |         Keywords:
Operating System:  Windows                       |     Architecture:
 Type of failure:  Incorrect warning at          |  Unknown/Multiple
  compile-time                                   |       Difficulty:
       Test Case:                                |  Unknown
        Blocking:                                |       Blocked By:
                                                 |  Related Tickets:
-------------------------------------------------+-------------------------

Comment (by huzhe):

 I believe this is the same issue as this:

 {{{
 Prelude> putStrLn "я"
 *** Exception: <stdout>: hPutChar: invalid argument (invalid character)
 Prelude>
 }}}

 This doesn't happen with Latin-1 characters like "è" on my machine
 (codepage dependency?)

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


More information about the ghc-tickets mailing list