unexpected encoding #5
Closed
Comments
Thanks! We released a version of the gem earlier today that lets you pass in encoding, but I guess that defaulting that to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed the strings in the unpacked data structures seems always use "ASCII-8BIT".
For example in following test case:
In MRI with msgpack-ruby it pass but in JRuby using msgpack-jruby it always returned "ASCII-8BIT" strings.
The text was updated successfully, but these errors were encountered: