[Haskell-cafe] Getting a string from url-converted UTF8 input

Daniel Fischer daniel.is.fischer at web.de
Sun May 16 12:55:33 EDT 2010


On Sunday 16 May 2010 18:13:30, Eugene Dzhurinsky wrote:
> On Sun, May 16, 2010 at 06:56:58PM +0300, Roman Cheplyaka wrote:
> > I assume you are using GHC < 6.12. The trouble is in conversion done
> > by putStrLn. Use one from System.IO.UTF8.
> >
> > Or try to upgrade to GHC 6.12 which respects the locale settings.
>
> Hello, Roman!
>
> Thank you very much for the hint, it really did help.
>
> Unfortunately, there's no port of GHC 6.12 available for FreeBSD now, so
> I used System.IO.UTF8

Is there any problem compiling from source on FreeBSD?


More information about the Haskell-Cafe mailing list