CString中的字符串只有两种方式 ,Unicode和本机字符集。 如果想使用UTF8的字符串,感觉很不方便。 Using UTF-8 as the internal representation for strings in C and C++ with Visual Studio http://d.hatena.ne.jp/rikayou/20080513/1210694099 c++ で UTF8 を操作するためのクラス