[Haskell-cafe] What is the state if Unicode in Haskell implementations?

Bulat Ziganshin bulat.ziganshin at gmail.com
Mon Jul 31 08:18:24 EDT 2006


Hello Olof,

Monday, July 31, 2006, 3:56:45 PM, you wrote:

> 1) reading UTF-8 coded text files into unicode-enabled Strings, lets call them UString
> 2) writing UStrings to UTF-8 coded text files
> 3) using unicode strings in-code, that is in my .hs files

first solution: http://haskell.org/haskellwiki/Library/Streams

another solution: darcs get --partial http://repetae.net/john/repos/jhc/
and use UTF8 and CharIO modules from jhc


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list