摘要:
//包含头文件#include <AFXCONV.H>CString strUnicode(_T( "unicode string "));USES_CONVERSION;char* pszChar = W2A(strUnicode));MultiByteToWideCharWideCharToMultiBytevoidConvertUtf8ToGBK(CString&strUtf8){intlen=MultiByteToWideChar(CP_UTF8,0,(LPCTSTR)strUtf8,-1,NULL,0);unsignedshort*wszGBK 阅读全文
摘要:
从http://sourceforge.net/projects/tinyxml/下载新版本,把6个文件复制到项目中tinystr.htinyxml.htinystr.cpptinyxml.cpptinyxmlerror.cpptinyxmlparser.cpp将CPP文件的头部加上#include "stdafx.h" , 要使用的地方#include "tinyxml.h"wchar_t* CommTools::U8ToUnicode(const char* szU8){ int wcsLen = ::MultiByteToWideChar(CP_U 阅读全文