p4raw-id: //depot/perl@22540
C<"U0"> prefix. It consumes no arguments but forces the result to be
in Unicode characters, instead of bytes.
- my $chars = pack("U0C*", 0x80, 0xFF);
+ my $chars = pack("U0C*", 0x80, 0x42);
Likewise, you can force the result to be bytes by using the special
C<"C0"> prefix.