[Haskell-cafe] Character encoding?

Lars Viklund zao at acc.umu.se
Sun Dec 26 17:09:35 CET 2010


On Sun, Dec 26, 2010 at 08:04:41AM -0800, michael rice wrote:
> How are characters encoded?

A Char is a type that holds a single Unicode codepoint from one of the
17 planes. As a codepoint is just a number without any defined
representation, it doesn't have an 'encoding'.

-- 
Lars Viklund | zao at acc.umu.se



More information about the Haskell-Cafe mailing list