The description claims that "Native character set (UTF-16 wchar_t) support on Windows". However, I was not able to get it working. I tried using NFD::UniquePathU8 instead of NFD::UniquePath, but that doesn't seem to work, as there is no way to cast it to wchar_t, it can be casted only to char, like the NFD::UniquePath.
The description claims that "Native character set (UTF-16 wchar_t) support on Windows". However, I was not able to get it working. I tried using NFD::UniquePathU8 instead of NFD::UniquePath, but that doesn't seem to work, as there is no way to cast it to wchar_t, it can be casted only to char, like the NFD::UniquePath.