id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1482,index op failure,pmichaud,coke,"The index op seems to fail when certain unicode strings are used:

{{{
$ cat z.pir
.sub 'main' :main
    $S0 = unicode:""bubuc""
    $S1 = unicode:""buc""

    $I0 = index $S0, $S1, 0
    say $I0
.end

$ ./parrot z.pir
-1
$ 
}}}

Removing the ""unicode:"" from $S1 one above also produces the same (incorrect) result.

Pm
",bug,closed,major,,core,2.1.0,medium,fixed,,,,,
