#include <convert.h>
Public Member Functions | |
UTF8Character () | |
UTF8Character (const char *bytes) | |
Data Fields | |
const char * | buffer |
std::size_t | length |
Definition at line 53 of file convert.h.
UTF8Character::UTF8Character | ( | const char * | bytes | ) | [inline] |
const char* UTF8Character::buffer |
Definition at line 55 of file convert.h.
Referenced by ExtendedASCIICharacterSet::encode(), operator<(), and ostream_write().
std::size_t UTF8Character::length |
Definition at line 56 of file convert.h.
Referenced by operator<(), and ostream_write().