2019年12月18日

c++ 读取 utf-8 文件到 string

摘要: #include <iostream> #include <assert.h> #include <fstream> #include <string> #include <string.h> using namespace std; #ifdef _WIN32 #include <Windows.h> #endif typedef enum FileType { FileType_ANSI = 阅读全文

posted @ 2019-12-18 11:45 空明流光 阅读(5773) 评论(0) 推荐(0)

导航