This example converts ISO-8859-1 to UTF ... char *argv[]) { // create transcoder from iso-8859-1 to utf8 iconv_t foo = iconv_open("UTF-8", "ISO-8859-1"); ...
確定! 回上一頁