#3398: Unicode output in GHC
---------------------------------+------------------------------------------
Reporter: simonmar | Owner:
Type: bug | Status: closed
Priority: high | Milestone: 6.12.1
Component: Compiler | Version: 6.11
Severity: normal | Resolution: fixed
Keywords: | Difficulty: Unknown
Testcase: 2816 | Os: Unknown/Multiple
Architecture: Unknown/Multiple |
---------------------------------+------------------------------------------
Changes (by simonmar):
* status: new => closed
* resolution: => fixed
Comment:
All done. Windows code-page support is in, and GHC now goes through the
IO library's encoding layer for pretty-printed output. GHCi output no
longer goes through Haskeline's encoding layer.
{{{
Fri Sep 18 07:40:41 PDT 2009 Simon Marlow <[email protected]>
* remove encoding of output using Haskeline; the IO library does it now
(#3398)
}}}
Haskeline is still using its own encoding/decoding, as far as I'm aware.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3398#comment:6>
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