MinGW字符編碼轉換的坑

#include <windows.h> #include <iostream> #include <locale> #include <codecvt> #include <fstream> #include <boost/locale.hpp> // "你好啊"的UTF8編碼 std::string s{"\xE4\xBD\xA0\xE5\xA5\xBD\xE5\x95\x8A"}; vo
相關文章
相關標籤/搜索