-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Wrong names in Windows? #250
Comments
It seems the Good Luck. More information and suggestions regarding Code Page issues with PowerShell on Stack Overflow: https://stackoverflow.com/questions/57131654/using-utf-8-encoding-chcp-65001-in-command-prompt-windows-powershell-window |
For cmd it's even worse:
No But thanks to your SO link I realized I should have looked in PS at
which showed that console's output encoding is not UTF-8, but whether it is a source of problem remains to be seen. I didn't try turning on:
in
Retrying test gives new flavour of failure:
Instead of |
@przemoc Were you able to get it resolved? I am running into the same issues you described above. Git bash does not work properly either for me and I don't want to use WSL for this. |
I did my first 2 days on PowerShell - nothing special around file generation, except that Java recognizes that it is on Windows and outputs CRLF line endings. Turns out this breaks many submissions who assume single byte line endings, and while it is fixable with Java args, in the end I checked out the repo under WSL and used IDEA remoting with WSL backend which worked quite decently. |
No, I didn't spend more time on this and didn't get it resolved. |
Disclaimer: I haven't played with Java for ~18 years, so maybe I'm doing something wrong.
I changed code page to
65001
(UTF-8) and setJAVA_TOOL_OPTIONS
to-Dfile.encoding=UTF8
hoping it could improve the situation, but it didn't change anything (originally I tested without those steps).Can someone explain why there is
ce 98
foré
instead ofc3 a9
?The text was updated successfully, but these errors were encountered: