#3977: Support double-byte encodings (Chinese/Japanese/Korean) on Windows
---------------------------------+------------------------------------------
Reporter: shelarcy | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: 7.2.1
Component: libraries/base | Version: 6.13
Keywords: | Testcase:
Blockedby: | Difficulty:
Os: Windows | Blocking:
Architecture: Unknown/Multiple | Failure: Incorrect result at runtime
---------------------------------+------------------------------------------
Comment(by batterseapower):
We could fall back on MultiByteToWideChar for code pages that CodePage.hs
doesn't know about. This won't bloat the binaries at all, though it can
involve more overhead than our native-Haskell CodePage decoder if the
character size is not 2 bytes (i.e. something other than UTF-16 encoded
Stings).
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3977#comment:5>
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