#772: Assertion fails with 4 bytes UTF-8.
----------------------------------+-----------------------------------------
 Reporter:  watson1...@…          |       Owner:  vincent.isamb...@…        
     Type:  defect                |      Status:  new                       
 Priority:  blocker               |   Milestone:                            
Component:  MacRuby               |    Keywords:                            
----------------------------------+-----------------------------------------
Changes (by lsansone...@…):

  * owner:  lsansone...@… => vincent.isamb...@…


Comment:

 Looks like we properly encode the sequence, so I guess it's a bug
 somewhere else.

 {{{
 $ macruby -e 'p "\u{010000}".bytes.to_a'
 [240, 144, 128, 128]
 $ ruby1.9 -e 'p "\u{010000}".bytes.to_a'
 [240, 144, 128, 128]
 }}}

 Vincent do you have an idea?

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/772#comment:1>
MacRuby <http://macruby.org/>

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to