Re: [Haskell-cafe] How does GHC read UNICODE.

2008-05-20 Thread Duncan Coutts
On Tue, 2008-05-20 at 09:30 +0200, Ketil Malde wrote: Don Stewart [EMAIL PROTECTED] writes: You can use either bytestrings, which will ignore any encoding, Uh, I am hesitant to voice my protest here, but I think this bears some elaboration: Bytestrings are exactly that, strings of

Re: [Haskell-cafe] How does GHC read UNICODE.

2008-05-20 Thread Olivier Boudry
On Mon, May 19, 2008 at 10:32 PM, L.Guo [EMAIL PROTECTED] wrote: Does GHC support it now ? or, is there any other way to do this ? Hi, The following blog article may help: http://blog.kfish.org/2007/10/survey-haskell-unicode-support.html It's a comparison of the different libraries

[Haskell-cafe] How does GHC read UNICODE.

2008-05-19 Thread L.Guo
Hi Haskellers: I am a Chinese. Mostly, it is needed to read/write UNICODE charactors. Currently, I can only use the ByteString module in GHC 6, 2007. But I feel it is not an easy method. Does GHC support it now ? or, is there any other way to do this ? Regards

Re: [Haskell-cafe] How does GHC read UNICODE.

2008-05-19 Thread Don Stewart
leaveye.guo: Hi Haskellers: I am a Chinese. Mostly, it is needed to read/write UNICODE charactors. Currently, I can only use the ByteString module in GHC 6, 2007. But I feel it is not an easy method. Does GHC support it now ? or, is there any other way to do this