On Sun, 21 May 2006 22:26:10 +0200
"Anselm R. Garbe" <[EMAIL PROTECTED]> wrote:

> For 0000 0000 - 0000 07FF you use a 16bit Rune,
> for 0000 0800 - 0010 FFFF you use two 16bit Runes, that is what
> I mean with 16bit types. (I only looked at the libutf9
> implementation until now).

So, libutf9 is using UTF-16 internally? (That's what many, if not most
implementations do. They translate any UTF into UTF-16 and work with
that. It is easier than with UTF-8, especially when implementing
advanced stuff like character class lookups and character/string
mappings, but is not that hard on memory as UTF-32.)

Attachment: pgpuMEqmFJc16.pgp
Description: PGP signature

_______________________________________________
[email protected] mailing list
http://wmii.de/cgi-bin/mailman/listinfo/wmii

Reply via email to