- charToInt
int charToInt(char c)
- iconv
size_t iconv(iconv_t cd, void** inbuf, size_t* inbytesleft, void** outbuf, size_t* outbytesleft)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- iconv_charset
string iconv_charset(string inbuf, string tocode, string fromcode)
- iconv_close
int iconv_close(iconv_t cd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- iconv_open
iconv_t iconv_open(char* tocode, char* fromcode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.