From: Pierre A. <pie...@op...> - 2004-05-06 09:26:02
|
>> the value of len is 32 (presumably the size of the CHAR(32) field) >> buffer.Length is 96 (why it is not 64 I don't know... thought unicode >> was 2 bytes per char) >> > It's 3 bytes per character. ...because the internal coding is UTF-8, not UTF-16, so yes, basically, most of the simple Unicode characters map to at most 3 bytes using UTF-8. Some more exotic characters won't make it, however. Pierre |