-
Notifications
You must be signed in to change notification settings - Fork 156
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
Hactool fails on user accounts with special characters #31
Comments
Got the same problem with the "é" in "Rémi" |
Still happening with latest release with "ý" |
This problem is always present in the version 1.3.2. |
It is because the program assumes that the paths read from %HOME%, %USERPROFILE% etc. are in UTF-8, while normally they are in your system locale. I changed the code to the following in filepath.c, not sure if it doesn't introduce any other bugs:
|
it happens to me with the _ |
The program can't open and just says:
Cannot convert "C:\Users\Čeněk" to UTF-16
The text was updated successfully, but these errors were encountered: