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

Fix encoding problems #1

Merged
merged 1 commit into from
Apr 12, 2014
Merged

Fix encoding problems #1

merged 1 commit into from
Apr 12, 2014

Conversation

alex85k
Copy link
Contributor

@alex85k alex85k commented Apr 10, 2014

At last, the solution for Windows encoding problems is found.
Old Windows have non-UTF default encoding, so InputStreamReader gets it instead of UTF and reads incorrect data.
To emulate bug on Linux, you can run java - Dfile.encoding=cp866 -jar josm-latest.jar.

Could you also please fix .zip file with older version?

(needed for systems with non-unicode console)
@simone-f
Copy link
Owner

Thank you!

Ok, I will fix the old zip file too.

simone-f added a commit that referenced this pull request Apr 12, 2014
@simone-f simone-f merged commit 49e197d into simone-f:master Apr 12, 2014
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

Successfully merging this pull request may close these issues.

2 participants