摘要:
//编码转换 //#if (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32) // string title = "成绩"; // GBK2UTF8(title,"gb2312","utf-8"); //#endif static int GBK2UTF8(std::string & gbkStr, const char* toCode, const char* fromCode) { iconv_t iconvH; iconvH = iconv_open(fromCo... 阅读全文
posted @ 2013-06-20 12:03
一枚程序
阅读(504)
评论(0)
推荐(0)

浙公网安备 33010602011771号