Hi all! The question is really simple: how can I convert an Int into a Char? Ghc 5.00.2 provides (initial) Unicode support, so I thought the chr function would do. But it seems it still rejects Int values greater than 0xFF. So, what function shoud I use? Thanks in advance. Regards, Pablo _______________________________________________ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
- Re: A question about Unicode support Pablo Pedemonte
- Re: A question about Unicode support Marcin 'Qrczak' Kowalczyk