# New Ticket Created by Moritz Lenz # Please include the string: [perl #65512] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65512 >
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{}» (ICU is installed). All other cases of non-ASCII characters seem to work fine, as far as I can see. I've added a test to t/spec/S02-lexical-conventions/unicode.t, but it gives me a different error message, Null PMC access in type(), so I don't know if it's exactly the same issue. Cheers, Moritz