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
Offshoot of #4770. I patched around the problem of pstore using ASCII-8BIT as an encoding by adding the same method to yaml/store which picks UTF-8 as the encoding.
The text was updated successfully, but these errors were encountered:
Fixes #4770. YAML::Store does not retrieve UTF8 values correctly in r…
c715c6f
…ead-only mode. This is just a work around until Psych is updated with a proper fix. I opened #4779 to make sure I delete this fix later.
e5b800e
Link to #4784.
Sorry, something went wrong.
This will fix itself when we update to Psych 3.0.0.
Add hack for jruby/jruby#4779.
9573f7f
Psych 3.0.2 will ship with 9.2.
No branches or pull requests
Offshoot of #4770. I patched around the problem of pstore using ASCII-8BIT as an encoding by adding the same method to yaml/store which picks UTF-8 as the encoding.
The text was updated successfully, but these errors were encountered: