read utf-8 (1) 썸네일형 리스트형 C++ utf-8 파일 읽기 #include #include #include #include #include #include #include using namespace std; wstring readFile(const char* filename) { wifstream wif(filename); wif.imbue(locale(locale::empty(), new codecvt_utf8)); wstringstream wss; wss 이전 1 다음