UInt32 GetNextChar(const char** offset) const;
GetNextChar returns the next character in the UTF-8 encoded character string.
Parameters |
Description |
const char** offset |
Pointer to the UTF-8 string buffer. |
A UInt32 value containing the next Unicode character.