摘要:
void ConvertGBKToUtf8(CString& strGBK) { int len=MultiByteToWideChar(CP_ACP, 0, (LPCTSTR)strGBK, -1, NULL,0); unsigned short * wszUtf8 = new unsigned ... 阅读全文
posted @ 2015-11-16 21:18
Sankye
阅读(454)
评论(0)
推荐(0)