A question about Unicode support

Pablo Pedemonte ppedemon@sol.info.unlp.edu.ar
Tue, 11 Sep 2001 13:19:54 -0300 (GMT)


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