#2816: ghci type messages mangle unicode
--------------------------+-------------------------------------------------
Reporter:  rog            |          Owner:        
    Type:  bug            |         Status:  new   
Priority:  normal         |      Component:  GHCi  
 Version:  6.10.1         |       Severity:  normal
Keywords:  unicode utf-8  |       Testcase:        
      Os:  MacOS X        |   Architecture:  x86   
--------------------------+-------------------------------------------------
 while error messages containing identifiers with unicode characters print
 fine, other messages from ghci do not.

 for instance:

 Prelude> α
 <interactive>:1:0: Not in scope: `α'
 Prelude> let α = 4
 Prelude> α
 4
 Prelude> :type α
 � :: Integer

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2816>
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