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 | [email protected] _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
