Ämne:
Re: [dcdev] New Encoding Scheme First
Från:
"Yves BLUSSEAU" <[email protected]>
Datum:
2003-10-28 4:36
Till:
[email protected]

UTF-8 is far more compact than UTF-16. UTF8 is a variable length encoding
whose greatest points are to reuse the same encoding for ASCII and to save
space for Western encodings, but it is a bit more complex to handle in
practice. UTF-16 use 2 bytes per characters (and sometimes combines two
pairs), it makes implementation easier, but looks a bit overkill for Western
languages encoding and take twice of memory than UTF-8.

Yves
dchub

-- 
DC Developers mailinglist
http://3jane.ashpool.org/cgi-bin/mailman/listinfo/dcdev