#602: File.dirname cuts string at wrong index with unicode strings
--------------------------------------------------------+-------------------
 Reporter:  mark.hubb...@…                              |        Owner:  
vincent.isamb...@…        
     Type:  defect                                      |       Status:  closed 
                   
 Priority:  major                                       |    Milestone:  
MacRuby 0.6               
Component:  MacRuby                                     |   Resolution:  fixed  
                   
 Keywords:  string path dirname unicode encoding utf-8  |  
--------------------------------------------------------+-------------------
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.6


Comment:

 Seems to be fixed in trunk.

 {{{
 $ ./miniruby -e 'p File.dirname "/αλφα/βετα.txt"'
 "/αλφα"
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/602#comment:2>
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