iconv transliterate incompatibility with MRI --------------------------------------------
Key: JRUBY-5894 URL: https://jira.codehaus.org/browse/JRUBY-5894 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby 1.6.2 Reporter: Karol Bucek {{Iconv.conv('ASCII//TRANSLIT', 'UTF-8', 'íč')}} works in MRI 1.8.7+ and returns {{'ic'}} but with JRuby raises: {{Iconv::IllegalSequence: íč}} from org/jruby/RubyIconv.java:284:in `iconv' from org/jruby/RubyIconv.java:256:in `iconv' from org/jruby/RubyIconv.java:391:in `conv' -- This message is automatically generated by JIRA. 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