You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input string is MathML containing various mathematical symbols which are represented as their Unicode codepoint. In order to make the final MathML string as safe and simple to use as possible I opted to XML escape anything that's outside 7-bit ASCII. String.encode was the most straightforward way to achieve that.
@pepijnve TruffleRuby 1.0.0 RC 12 is now available with this bug fixed. Please try out the new release at your convenience and let me know if you run into any problems. Thanks again for filing an issue!
Tested with 1.0-RC11.
This test passes on MRI. On Truffle it produces
±
.The text was updated successfully, but these errors were encountered: