Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to import file with non-ASCII characters in the path on Windows #133

Closed
MeGaL0DoN opened this issue Mar 27, 2024 · 3 comments
Closed

Comments

@MeGaL0DoN
Copy link

MeGaL0DoN commented Mar 27, 2024

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.

@MeGaL0DoN
Copy link
Author

MeGaL0DoN commented Mar 27, 2024

Sorry, I found that I am supposed to use NFD::UniquePathN instead, and it is castable to wchar_t*

@MeGaL0DoN
Copy link
Author

I know that U8 stands for UTF-8, but for what does N stand in UniquePathN?

@btzy
Copy link
Owner

btzy commented Mar 27, 2024

N stands for "native".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants