文件名称:utf-8、ANSI、Unicode相互转化c++实现
文件大小:1KB
文件格式:RAR
更新时间:2022-01-02 07:28:41
字符编码转换
utf-8、ANSI、Unicode相互转化c++实现 std::string ConverANSI2UTF8(const std::string & str); std::wstring ConverANSI2Unicode(const std::string str); std::wstring ConverUTF82Unicode(const std::string str); std::string ConverUnicode2UTF8(const std::wstring str); std::string ConverUnicode2ANSI(const std::wstring str); std::string ConverUTF82ANSI(const std::string str);
【文件预览】:
utils.cpp
Utils.h