1、char类型GB18030字符串编码转unsigned short; 2、通过查表法,查询对应的ASCII码; 3、把ASCII码转为GBK,进而输出中文; 4、char、TCHAR互转; 5、VS2008编译通过。
2021-12-21 18:03:54 1.58MB c++