Diego Elio Pettenò created JRUBY-6629:
-----------------------------------------
Summary: JRuby misses iconv extension
Key: JRUBY-6629
URL: https://jira.codehaus.org/browse/JRUBY-6629
Project: JRuby
Issue Type: Bug
Reporter: Diego Elio Pettenò
Assignee: Thomas E Enebo
Priority: Minor
This has been found while updating ruby-mp3info to version 0.7.1, as the tests
fail when they try to convert to utf16, the problem should be this code:
def self.ruby_18_encode(from, to, value)
begin
Iconv.iconv(to, from, value).first
rescue Iconv::Failure
value
end
end
Of course it should be easier when moving to 1.7 which iirc defaults to Ruby
1.9 syntax.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
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