[Haskell-beginners] Newbie unicode utf8 question

Brandon Allbery allbery.b at gmail.com
Sun Oct 23 15:01:13 CEST 2011


On Sun, Oct 23, 2011 at 08:52, Manfred Lotz <manfred.lotz at arcor.de> wrote:

> Then I discovered System.IO.UTF8. However, when I use this as below
> then the output is garbled.
>

System.IO.UTF8 is intended for earlier versions of ghc which didn't support
I/O encoding; if you use it with modern ghc you're likely to get things
encoded twice, which will indeed be garbled.

-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20111023/672a4743/attachment.htm>


More information about the Beginners mailing list