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? _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
