[MacRuby] #1241: utf8 regexp text
#1241: utf8 regexp text -----------------------------------+---------------------------------------- Reporter: lsansonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- Since ICU 4.6, it is possible to set the text of a regexp as UTF-8 instead of a uchar buffer, by using uregex_openUText(). We should try to use it in MacRuby when possible as it might perform better. -- Ticket URL: <http://www.macruby.org/trac/ticket/1241> MacRuby <http://macruby.org/>
#1241: utf8 regexp text -----------------------------------+---------------------------------------- Reporter: lsansonetti@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: wontfix Keywords: | -----------------------------------+---------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => wontfix Comment: Looks like that was a bad idea, I coded it and it doesn't work as expected (see https://gist.github.com/943692). Vincent verified after looking at the source code that it does a conversion under the cover, so it's pointless. -- Ticket URL: <http://www.macruby.org/trac/ticket/1241#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby