From: "Dan Sugalski" <[EMAIL PROTECTED]> > We do still need to address the byte-orientation of the strings. Throwing a > single null byte on the end's not enough for buffers that have 16 or 32 bit > characters.
Agreed. I'll probably have the encoding structure provide the terminating bytes. As a side note don't we also have to split UTF-16 into UTF-16BE and UTF-16LE (big endian and little endian)? David