//utf8Str:以字节(char*或者Byte*)读取中文的字符串(乱码) CString UTF8toUnicode(const char* utf8Str) { UINT theLength=strlen(utf8Str); return UTF8toUnicode(utf8Str,theL