-
-
Notifications
You must be signed in to change notification settings - Fork 922
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
Encoding::UndefinedConversionError: UTF-8 to US-ASCII regression #2035
Milestone
Comments
mkristian
added a commit
to jruby/maven-tools
that referenced
this issue
Oct 17, 2014
mkristian
added a commit
to jruby/maven-tools
that referenced
this issue
Oct 17, 2014
mkristian
added a commit
to mkristian/nexus-oss
that referenced
this issue
Oct 17, 2014
Does the work-around in maven-tools really mean that this issue is fixed for all JRuby users? |
no, only for maven-tools. thanx |
already fixed with jruby-1.7.19 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the following script t.rb:
gives an
Encoding::UndefinedConversionError: ""\xC4\x81"" from UTF-8 to US-ASCII
error when executed likes thisversion jruby-1.7.8 and before as well as MRI works like this:
the same way as
the problem causes problems with jruby/rubygems-servlets#5 since the behaviour of StringIO#<< seems to be platform dependent in the sense it depends on platform encoding. maybe this platform dependency is a feature - have not looked it up.
The text was updated successfully, but these errors were encountered: