On Sat, May 09, 2009 at 04:17:53AM -0700, Moritz Lenz wrote: > 13:09 <@moritz_> rakudo: sub f(*%a) { say %a.perl }; f(ä => 1) > 13:09 < p6eval> rakudo 1f4ec5: OUTPUT«error:imcc:syntax error, > unexpected USTRINGC, expecting STRINGC ('unicode:"\x{e4}"') in > file 'EVAL_17' line 53{}»
This looks like a Parrot bug, I've filed it as such under TT #654. When that bug is fixed in Parrot I suspect this will be fixed in Rakudo. Thanks! Pm