You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: