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
The same error like #2528 for the method gsub:
jruby-1.7.19 :001 > str = 9999.to_s => "9999" jruby-1.7.19 :002 > str.encoding => #<Encoding:US-ASCII> jruby-1.7.19 :003 > str.sub("¥", "") => "9999" jruby-1.7.19 :005 > str.gsub(/¥/, "") => "9999" jruby-1.7.19 :004 > str.gsub("¥", "") RegexpError: invalid multibyte character: /Â¥/ from org/jruby/RubyString.java:3085:in `gsub' from org/jruby/RubyString.java:3053:in `gsub' from (irb):4:in `evaluate' from org/jruby/RubyKernel.java:1107:in `eval' from org/jruby/RubyKernel.java:1507:in `loop' from org/jruby/RubyKernel.java:1270:in `catch' from org/jruby/RubyKernel.java:1270:in `catch' from /home/joe/.rvm/rubies/jruby-1.7.19/bin/irb:13:in `(root)'
The text was updated successfully, but these errors were encountered:
All work on 9k, so this is 1.7-specific.
Sorry, something went wrong.
This also appeared to work properly on my system on JRuby 1.7 HEAD (1.7.20). Can you confirm with a snapshot build please? http://ci.jruby.org/snapshots/jruby-1_7/jruby-dist-1.7.20-SNAPSHOT-bin.tar.gz
Optimistically marking as fixed.
No branches or pull requests
The same error like #2528 for the method gsub:
The text was updated successfully, but these errors were encountered: