0
how can I use "wstring" type ?
Source: wstring text = L"(Korean or Chinese word)"; cout << "result : " << text; Massage: error: converting to execution character set: Illegal byte sequence wstring text = L"(Krorean or Chinese word)";
1 Answer
Source: wstring text = L"(Korean or Chinese word)"; cout << "result : " << text; Massage: error: converting to execution character set: Illegal byte sequence wstring text = L"(Krorean or Chinese word)";