JRuby

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

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major 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 :
    0

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

Activity

Hide
Charles Oliver Nutter added a comment -

Resolve for 1.0 or officially punt to post 1.0 and added it as a known incompatibility on the wiki.

Show
Charles Oliver Nutter added a comment - Resolve for 1.0 or officially punt to post 1.0 and added it as a known incompatibility on the wiki.
Hide
Thomas E Enebo added a comment -

Fixed in commit 3642 (patch by Koichiro Ohba)

Show
Thomas E Enebo added a comment - Fixed in commit 3642 (patch by Koichiro Ohba)

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: