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

Show non ascii issue on Windows #79

Closed
wants to merge 1 commit into from
Closed

Show non ascii issue on Windows #79

wants to merge 1 commit into from

Conversation

hboutemy
Copy link
Collaborator

@hboutemy hboutemy commented Apr 9, 2017

see https://issues.apache.org/jira/browse/MNG-6205
I don't have any solution yet, but at least a simple sample program

@gnodet
Copy link
Member

gnodet commented Apr 13, 2017

See http://stackoverflow.com/questions/24803733/default-character-encoding-for-java-console-output
I just debugged and found out that the System.out PrintStream is using IBM850 encoding while the default charset (so the AnsiConsole.out encoding too) is windows-1252.

@gnodet gnodet closed this in 2616142 Apr 13, 2017
@hboutemy
Copy link
Collaborator Author

wow, great fix: I just tested it and it works on my french setup (CP-1252)
thank you

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.

None yet

2 participants