[MacRuby] #66: Death by Iconv

MacRuby ruby-noreply at macosforge.org
Mon Aug 9 16:10:41 PDT 2010


#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/>



More information about the macruby-tickets mailing list