[MacRuby] #1122: Inspection of NSArray stops at unicode char

MacRuby ruby-noreply at macosforge.org
Wed Jan 19 23:26:05 PST 2011


#1122: Inspection of NSArray stops at unicode char
----------------------------+-----------------------------------------------
 Reporter:  jazzbox@…       |       Owner:  lsansonetti@…        
     Type:  defect          |      Status:  new                  
 Priority:  blocker         |   Milestone:                       
Component:  MacRuby         |    Keywords:                       
----------------------------+-----------------------------------------------
 I am running the nightly build:

 {{{
 $ cat fail.rb
 a = %w{Januar Februar März April}
 p a
 b = NSArray.arrayWithArray(a)
 puts b.join ", "
 p b
 }}}

 {{{
 $ macruby fail.rb
 ["Januar", "Februar", "März", "April"]
 Januar, Februar, März, April
 ["Januar", "Februar", "Mä
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/1122>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list