iconv_t conv = iconv_open( "UTF-8" , "CP1250" );. iconv(conv, &pIn, &srclen, &pOut, &dstlen);. iconv_close(conv);.
確定! 回上一頁