Functions | |
string | encodeUtf8 (ustring) |
Illegal Unicode charcters will be converted to a '?'. | |
ustring | decodeUtf8 (string s) |
Illegal UTF8 sequences will be converted to a '?'. | |
int | decodeUtf8 (const char *in, int inSize, uchar *out, int &outSize) |
Incremental decoding. |
|
Incremental decoding.
Definition at line 117 of file unicode.C. References n. |
|
Illegal UTF8 sequences will be converted to a '?'. An un-ended UTF8 sequence at the end of 's' will be converted to a '?'. Definition at line 76 of file unicode.C. References n. Referenced by Archon::Utilities::Text::escapeNonprintable(), Archon::Utilities::Stream::Utf8FileReader::read(), Archon::Utilities::Stream::Utf8StreamReader::read(), Archon::Utilities::Regex::Regex(), and Archon::Utilities::Regex::str(). |