- caselessCmp
bool caselessCmp(T a, T b)
Undocumented in source. Be warned that the author may not have intended to support it.
- char2digit
ubyte char2digit(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- digit2char
char digit2char(ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
- isDigit
bool isDigit(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isSpace
bool isSpace(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- latin1ToUtf8
string latin1ToUtf8(string iso8859)
Undocumented in source. Be warned that the author may not have intended to support it.
- transcode
string transcode(string str, CharacterSet to, CharacterSet from)
Undocumented in source. Be warned that the author may not have intended to support it.
- ucs2ToLatin1
string ucs2ToLatin1(string ucs2)
Undocumented in source. Be warned that the author may not have intended to support it.
- utf8ToLatin1
string utf8ToLatin1(string utf8)
Undocumented in source. Be warned that the author may not have intended to support it.
Character Set Handling