Get a Unicode character from a UTF-8 stream.
ptr will be advanced to the next character position. Invalid utf8 characters will be silently skipped. The ptr
should point to a NUL terminated array.
| ptr |
a pointer to read the character from |
|
The next Unicode character. The |