懒码农。。。。。。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年9月30日

摘要: //包含头文件#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 阅读全文
posted @ 2011-09-30 22:13 阿彬 阅读(918) 评论(0) 推荐(0) 编辑

摘要: 从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 阅读全文
posted @ 2011-09-30 21:48 阿彬 阅读(2456) 评论(1) 推荐(0) 编辑