01 | windows下的字符转换
摘要:
#include <stdio.h> #include <WinSock2.h> #include <windows.h> //gbk -> utf-16 int test1() { char text_gbk[256] = "砂隐村"; //字符串字面常量,取决于cpp文件自身的 wchar_t 阅读全文
posted @ 2022-04-09 21:28 独立树 阅读(41) 评论(0) 推荐(0) 编辑