YAML file fails to load if JVM character set is MS932 (common on Windows)#995
Merged
2 commits merged intojruby:masterfrom Sep 9, 2013
yousuketto:fail_to_load_yaml_file
Merged
YAML file fails to load if JVM character set is MS932 (common on Windows)#9952 commits merged intojruby:masterfrom yousuketto:fail_to_load_yaml_file
2 commits merged intojruby:masterfrom
yousuketto:fail_to_load_yaml_file
Conversation
Member
|
Please remove white space changes. Also, the commit subject doesn't seem quite right. The issue appears to be the default character set on Windows, If this is the real culprit, is it sufficient to just check if |
Contributor
Author
|
Thanks for your quick reply. Thank you for pointing it out. I think that does not use encode of RubyIO to read Yaml is a problem. I have no confidence that is enough RubyIO. |
BanzaiMan
added a commit
that referenced
this pull request
Sep 9, 2013
YAML file fails to load if JVM character set is MS932 (common on Windows)
Contributor
Author
|
Thank you. |
Member
|
@yousuketto 気になさらないで下さい。これからも PR 宜しくお願いします。 |
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I fail to load yaml file in windows7.
"InputStreamReader" is using "Charset.defaultCharset"
https://github.com/jruby/jruby/blob/master/core/src/main/java/org/jruby/ext/psych/PsychParser.java#L150
I expect that this is causing the problem.
env
case