#602: File.dirname cuts string at wrong index with unicode strings --------------------------------------------------------+------------------- Reporter: mark.hubbart@… | Owner: vincent.isambart@… Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: string path dirname unicode encoding utf-8 | --------------------------------------------------------+------------------- Changes (by lsansonetti@…): * 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/>