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 t开发者_开发知识库he corresponding character?
I 开发者_StackOverflowcan see some duplicate characters in Unicode. For example, the character \'C\' can be represented by the code points U+0043 and U+0421. Why is this so?As others have noted, your