c/c++字符之间进行转换

#include <windows.h> #include <sstream> #include <string> //Unicode to GBK(UTF-8 TO Char) void UnicodeToChar(char *outstr, const char *instr); //GBK to Unicode(Char to UTF-8) void CharToUnicode(char
相关文章
相关标签/搜索