Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 0.9.1
-
Fix Version/s: JRuby 1.0.0RC2
-
Component/s: Extensions
-
Labels:None
-
Number of attachments :
Description
The current Iconv implementation does not have error handling it needs. The class functions implemented at the time of this bug can make use of these if they are implemented.
The classes we need:
class Iconv::InvalidEncoding
class Iconv::IllegalSequence
class Iconv::InvalidCharacter
class Iconv::OutOfRange
class Iconv::BrokenLibrary
module Iconv::Failure
Resolve for 1.0 or officially punt to post 1.0 and added it as a known incompatibility on the wiki.