We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
On ruby 2.1 and 1.9:
irb(main):001:0> Struct.new(:a).new("ΆἅἇἈ").inspect => "#<struct a=\"ΆἅἇἈ\">" irb(main):002:0> Struct.new(:a).new("ΆἅἇἈ").inspect.encoding => #<Encoding:UTF-8>
On jruby 1.7.16:
irb(main):001:0> Struct.new(:a).new("ΆἅἇἈ").inspect => "#<struct a=\"\xCE\x86\xE1\xBC\x85\xE1\xBC\x87\xE1\xBC\x88\">" irb(main):002:0> Struct.new(:a).new("ΆἅἇἈ").inspect.encoding => #<Encoding:ASCII-8BIT>
The text was updated successfully, but these errors were encountered:
same result on current master
Sorry, something went wrong.
Fix jrubyGH-2182 on jruby-1_7
4d99577
130c505
4bf84a9
fix jrubyGH-2182 on master
1e16685
5879d5b
Re-apply fix. I think merge replaced it GH-2182
ad4a92e
No branches or pull requests
On ruby 2.1 and 1.9:
On jruby 1.7.16:
The text was updated successfully, but these errors were encountered: