[MacRuby-devel] [MacRuby] #431: Seg fault evaluating an escaped unicode string

MacRuby ruby-noreply at macosforge.org
Sun Nov 15 01:21:27 PST 2009


#431: Seg fault evaluating an escaped unicode string
----------------------------+-----------------------------------------------
 Reporter:  jazzbox@…       |       Owner:  lsansonetti@…        
     Type:  defect          |      Status:  new                  
 Priority:  minor           |   Milestone:  MacRuby 0.5          
Component:  MacRuby         |    Keywords:                       
----------------------------+-----------------------------------------------
 {{{
 $ macruby -e '"\xFC\u20AC"'
 Segmentation fault
 }}}

 the € only string does not crash, nevertheless the output is not correct:

 {{{
 $ macruby -e 'p "\u20AC"'
 "¬"
 }}}

 while ruby1.9 is OK:

 {{{
 $ ruby1.9 -e 'p "\u20AC"'
 "€"
 }}}

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



More information about the MacRuby-devel mailing list