Re: [Haskell-cafe] How to input Unicode string in Haskell program?

2013-02-22 Thread Semyon Kholodnov
I would like to point out again that I am talking about Windows. I don't care about Linux—I'm sure you already threw away all those stupid legacy one- and multibyte code pages and migrated to UTF8 completely, but that's not quite the current state of Windows. Console still doesn't cope with

[Haskell-cafe] How to input Unicode string in Haskell program?

2013-02-21 Thread Semyon Kholodnov
Imagine we have this simple program: module Main(main) where main = do x - getLine putStrLn x Now I want to run it somehow, enter résumé 履歴書 резюме and see this string printed back as résumé 履歴書 резюме. Now, the first problem is that my computer runs Windows, which means that I can't

[Haskell-cafe] Fwd: How to input Unicode string in Haskell program?

2013-02-21 Thread Semyon Kholodnov
-- Forwarded message -- From: Semyon Kholodnov joker...@gmail.com Date: Thu, 21 Feb 2013 16:26:58 +0400 Subject: Re: [Haskell-cafe] How to input Unicode string in Haskell program? To: Alexander V Vershilov alexander.vershi...@gmail.com I know that this problem doesn't exist