utf-8、ANSI、Unicode相互转化c++实现
utf-8、ANSI、Unicode相互转化c++实现std::stringConverANSI2UTF8(conststd::string&str);std::wstringConverANSI2Unicode(conststd::stringstr);std::wstringConverUTF82Unicode(conststd::stringstr);std::stringConverUnicode2UTF8(conststd::wstringstr);std::stringConverUnicode2ANSI(conststd::wstringstr);std::stringConverUTF
用户评论