-
Notifications
You must be signed in to change notification settings - Fork 18
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
Special characters get double encoded in truffleruby #10
Comments
If TruffleRuby behaves differently than MRI, then it's most likely a bug in TruffleRuby. |
@eregon oracle/truffleruby#1545 @mojavelinux This one looks like an issue in Truffle itself. Only workaround I can come up with is to not use |
@mojavelinux FYI, I dropped MRI 1.8 support as part of this change. Semver would require me to mark the gem as 2.0, but I'm not going to do that. 1.8 is sufficiently legacy that I hope this is a non issue for people... |
Fine by me. 👍 |
@mojavelinux And the builds are green! 1.0.8 should be ready to go on rubygems.org. |
Thanks @pepijnve! The upstream builds are now green too. |
When running on truffleruby, the
to_mathml
method double encodes special twice.Consider the following input text:
This produces:
instead of the expected:
It's possible this is a bug in truffleruby itself.
The text was updated successfully, but these errors were encountered: