Panda3D
|
This decoder extracts utf-8 sequences. More...
#include "stringDecoder.h"
Public Member Functions | |
StringUtf8Decoder (const string &input) | |
virtual int | get_next_character () |
Returns the next character in sequence. |
This decoder extracts utf-8 sequences.
Definition at line 52 of file stringDecoder.h.
int StringUtf8Decoder::get_next_character | ( | ) | [virtual] |
Returns the next character in sequence.
Reimplemented from StringDecoder.
Definition at line 98 of file stringDecoder.cxx.
References StringDecoder::test_eof().