-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
YAML::Store does not retrieve UTF8 values correctly in read-only mode #4770
Comments
…ails in readonly transaction
I added a testcase in #4771 that shows the problem and hopefully will avoid future regressions. |
Reduced this a bit:
If I change this to UTF-8 it works so I am guessing YAML as a library might be capable of negotiating ASCII_8BIT to valid UTF-8 and our version doesn't? |
I submitted a PR for this to psych but I will work around it locally in yaml/store until that new version is out so you can see this fixed in 9.1.13.0. |
…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.
Link to #4784. |
…eadonly-transaction an example test case for #4770 that shows how unicode readings fails …
While investigating further problems on 9.1.7.0 related to #4767 I came accross a weird behavior of
YAML::Store
which does not print out correct unicode characters if the transaction is in readonly.This is a small script that shows the problem
The text was updated successfully, but these errors were encountered: