#66: Death by Iconv -----------------------------------------+---------------------------------- Reporter: rowland@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.7 Component: MacRuby | Keywords: -----------------------------------------+---------------------------------- Changes (by martinlagardette@…): * milestone: => MacRuby 0.7 Comment: This is fixed with r4416 : {{{ $> cat iconvtest.rb require 'iconv' ic = Iconv.new('UCS-2BE', 'ASCII') ic.close $> macruby iconvtest.rb $> }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/66#comment:5> MacRuby <http://macruby.org/>