OpenXLSX icon indicating copy to clipboard operation
OpenXLSX copied to clipboard

Avoid Boost.Nowide by using std::filesystem::path?

Open peter-jansson opened this issue 3 years ago • 1 comments

If C++ 17 is ok, maybe Boost.Nowide can be avoided if std::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 Windows.

peter-jansson avatar Jul 03 '22 17:07 peter-jansson

I like the idea. I already use std::filesystem in branches.

ofenloch avatar Aug 04 '22 14:08 ofenloch