Skip to content

Fixed incorrect encoding of compiler log #8289

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

Merged
merged 1 commit into from
Dec 11, 2018
Merged

Conversation

gvarisco
Copy link
Contributor

This commit fixes #8212 by passing '-Dfile.encoding=UTF8' to the arduino.l4j.ini file (windows launcher).

This property define the file encoding (UTF-8) that is required.

This commit fixes #8212 by passing '-Dfile.encoding=UTF8' to the
arduino.l4j.ini file (windows launcher).

This property define the file encoding that is required.
@gvarisco
Copy link
Contributor Author

We should test it on all platforms to avoid regressions or unexpected behaviors.

@facchinm
Copy link
Member

LGTM! Applying to other platforms (eg OSX) could be much more difficult but in the meantime it should be fine on win at least! Merging

@facchinm facchinm merged commit 30e1466 into master Dec 11, 2018
@gvarisco gvarisco deleted the compiler-log-charset-issue branch December 11, 2018 13:05
@matthijskooijman
Copy link
Collaborator

Do we have any idea what this setting changes exactly? I wonder if we should be specifying the encoding when opening streams and files instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect encoding of compiler log for Korean!
3 participants