Haskell: convert unicode integer to actual unicode character
- by Thor Thurn
Suppose that my Haskell function is given an input, which is supposed to be the number of a unicode code point. How can one convert this to the corresponding character?
Example:
0x0123 to '{'.