2015年8月13日

UTF-8和Unicode互转

摘要: 1、Unicode转UTF-8 1 void CodeCovertTool::UNICODE_to_UTF8(const CString& unicodeString, std::string& str) 2 {//Unicode转UTF8 3 int stringLength = ::Wi... 阅读全文

posted @ 2015-08-13 14:06 lpx15312 阅读(782) 评论(0) 推荐(0)

导航