On Tue, Aug 17, 2010 at 1:05 PM, Bulat Ziganshin <bulat.ziganshin@gmail.com> wrote:
Hello Tako,
Tuesday, August 17, 2010, 3:03:20 PM, you wrote:
> Unless a Char in Haskell is 32 bits (or at least more than 16 bits)
> it con NOT encode all Unicode points.
it's 32 bit
Like Bulat said it's 32 bit. It's *defined* as being the Unicode code point number. It has no relation to e.g. char in C.
-- Johan