Peter J

Results 1 issues of Peter J

If C++ 17 is ok, maybe Boost.Nowide can be avoided if [std::filesystem::path](https://en.cppreference.com/w/cpp/filesystem/path) can be used to read/write files with non-ascii names, e.g. on Windows? I believe std::filesystem::path::value_type is wchar_t on...