variable length characters
- Posted by jimcbrown (admin) Jun 04, 2013
- 1556 views
Forked from Re: euphoria text processing
DerekParnell said...
Both UTF8 and UF16 use variable length characters.
Agreed. UTF-16 is a variable length character set. Even M$ agrees that you sometimes need to use a 32bit value (also known as a surrogate pair) to represent a character in UTF-16: http://msdn.microsoft.com/en-us/library/windows/desktop/dd374069(v=vs.85).aspx