-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Can not register handler edomh:// when data path contain national letters. #312
Comments
Looks like the app needs to use UTF-16LE for the registry. Can add a fix for the next release, do you have an example I can use to reproduce? |
Yep. "Gry-Narzędzia" |
I did not have any issue with it on UTF-8 mode. added the fix nonetheless in 2.66, so let me know if it fixed your issue |
I apologize for not writing back sooner. Unfortunately the problem has not been solved and I do not know why. I misspelled because the Windows code page is Windows-1250. Unfortunately, I do not know why, but if the program is in this location then registering the link is not possible. Maybe the procedure for checking if the link is registered is working incorrectly? In the registry, the entry looks correct. If I pull the program to another directory e.g: Tested with version 2.69 |
Today I decided to do another test and changed the "ę" to "e" and found that I could register and unregister the program without any problems. |
I include log from ProcessMonitor |
As the registry is updated correctly, there won't be any issue there anymore. I will add some logging to the next version that will write out the registry value as the application reads it and what it expects. there may be an issue with the readout of the registry to see whether the application is registered. |
I do have this enabled, which might be the reason why it works for me |
Yes, after enabling UTF-8 in Windows, the program registers correctly. |
Can't register too... Tried already everything written here but still nothing helps. |
I see the following error: java.io.IOException: Cannot run program "powershell": CreateProcess error=2, Не удается найти указанный файл Do you have powershell installed? Should come standard with W10/W11 |
I think that enabling UTF-8 is not the solution to the problem because I lose national letters in other programs. Perhaps if I would have done it right after installing windows 10.... |
Yes i have. I even tried to reinstall it just now but that didn't helped |
When i have on my disk national letters, in utf-8, i can not register handler.
If i move folder to place without national letter then registration work.
In windows registry national letter is change to two different characters.
The text was updated successfully, but these errors were encountered: