Using std::wstring the way I am with MultiByteToWideChar ? std::wstring widen(const std::string &in) { int len = MultiByteToWideChar(CP_UTF8, 0, &in[0], -1, ...
確定! 回上一頁