标签: c++ utf-8 poco utf-16
如何在日文版的Win中管理POCO C ++的文件系统?我的意思是,我使用日文字符,我的应用程序无法使用以下文件系统创建任何文件:
Poco::UnicodeConverter::convert(std::wstring,std::string)
使用结果std :: string,我无法在文件系统中执行任何操作:
Poco::File file(std::string);
是关于UTF8 / UTF16的问题吗?有什么想法吗?