[Haskell] Re: unicode/internalization issues

John Meacham john at repetae.net
Tue Mar 28 08:05:38 EST 2006


On Sun, Mar 26, 2006 at 03:22:38PM +0400, Bulat Ziganshin wrote:
> 3. Unicode support in I/O routines, i.e. ability to read/write UTF-8
> encoded files and files what use other Unicode byte encodings: not
> implemented in any compiler, afaik, but there are 3rd-party libs:
> Streams library, New I/O library, and even CharIO module from jhc
> sources

programs compiled by jhc will use the proper locale as set by the system
so support any encoding your c libraries support.

        John

-- 
John Meacham - ⑆repetae.net⑆john⑈


More information about the Haskell mailing list