- charToIntint charToInt(char c) 
- iconvsize_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_charsetstring iconv_charset(string inbuf, string tocode, string fromcode) 
- iconv_closeint 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_openiconv_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.