#94: Bug with non-ASCII in the regular expressions ----------------------------------------+----------------------------------- Reporter: vincent.isamb...@… | Owner: lsansone...@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------------+----------------------------------- Changes (by lsansone...@…):
* status: new => closed * resolution: => fixed Comment: Fixed in r3189. {{{ $ cat t.rb # encoding: utf-8 p 'あ'.match(/あ/) p 'あいあいあいあいあ'.scan(/あ/) $ ./miniruby t.rb #<MatchData "あ"> ["あ", "あ", "あ", "あ", "あ"] }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/94#comment:6> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel