On Thu Sep 25 10:43:10 2008, moritz wrote: > On Sat Sep 13 00:30:24 2008, ihrd wrote: > > Hi, > > regex Test { <alpha>+ }; > > "x/хрень_09-10.txt" ~~ Test; > > say $/; > > This works all fine here, r31410 (and with icu linked). > Could you please try again with a recent version of parrot and rakudo, > and tell us which character encoding you are using? (I hope UTF-8, it's > what rakudo expects its source to be written in).
On my system (r32442, no libicu) I get the same error as the original post. I suspect it's a bug in Parrot itself, as it appears to be generating an incorrect unicode string (see RT #60396). When RT #60396 is fixed, I would expect this code to work properly. Thanks! Pm