Issue Type: Bug Bug
Assignee: Thomas E Enebo
Created: 22/Jan/13 9:14 AM
Description:

In JRuby 1.7.1 and 1.7.2
ActiveSupport::Gzip.decompress(ActiveSupport::Gzip.compress("foo")).encoding.to_s
=> "ASCII-8BIT"

In JRuby 1.6.7.2, Ruby 1.9.3 (various versions)
=> "UTF-8"

The value of _ENCODING_ in all cases was #<Encoding:UTF-8>. The ActiveSupport GZip code hasn't changed in a long time so it's essentially the same in most versions. I tested with version 3.2.11.

Environment: Mac OSX 10.7.5, JRuby 1.7.2, Java 1.7.0_11-b21
Project: JRuby
Priority: Minor Minor
Reporter: Jason Gilman
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to