Issue Details (XML | Word | Printable)

Key: JRUBY-309
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Thomas E Enebo
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JRuby

Implement IConv Exception classes (e.g. Iconv::IllegalSequence and friends)

Created: 28/Nov/06 05:25 PM   Updated: 22/May/07 05:51 PM
Component/s: Extensions
Affects Version/s: JRuby 0.9.1
Fix Version/s: JRuby 1.0.0RC2

Time Tracking:
Not Specified


 Description  « Hide
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



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Charles Oliver Nutter added a comment - 18/Apr/07 04:09 AM
Resolve for 1.0 or officially punt to post 1.0 and added it as a known incompatibility on the wiki.

Thomas E Enebo added a comment - 09/May/07 09:32 PM
Fixed in commit 3642 (patch by Koichiro Ohba)