The following example works for me: ... iconv_t conv = iconv_open("ISO-8859-1//TRANSLIT", "GBK"); if (conv == (iconv_t)-1) ...
確定! 回上一頁