# New Ticket Created by David Warring # Please include the string: [perl #125110] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125110 >
The .perl method seems to have problems serializing combining characters. I've observed the following, for characters in the range U+768 - U+879, at least: % perl6-m --version This is perl6 version 2015.04-168-g1763049 built on MoarVM version 2015.04-62-g052aca0 % perl6-j -e'say .uniname, .chr.perl for 780' COMBINING CARON"" % perl6-m -e'say .uniname, .chr.perl for 780' COMBINING CARON"" All characters in this range are serializing to an empty string on both Moar ad JVM back-ends.
