UTF8Decoder.decodeNext

Decode next character.

struct UTF8Decoder
int
decodeNext
()

Return Value

Type: int

decoded code point, or UTF8_ERROR if error occured, or UTF8_END if input has no more characters.

Meta