字符串处理 - ANSI - Unicode - UTF8 转换
#include <stdio.h>#include <windows.h>#include <locale.h>#define BUFF_SIZE 1024 wchar_t * ANSIToUnicode(const char* str){ int textlen ; wchar_t * result; textlen ...
转载
2019-02-27 22:56:48 ·
266 阅读 ·
0 评论