perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

perlrun: add caution that the -C flag does not validate nor produce UTF-8

Open Grinnz opened this issue 4 months ago • 0 comments

The documentation for the -C command-line switch currently implies that it works in UTF-8, which is not quite the reality, since it actually only operates in Perl's internal upgraded encoding. Try to clarify this with a cautionary paragraph and referring to it as "utf8" instead.


  • This set of changes does not require a perldelta entry.

Grinnz avatar Jun 05 '25 10:06 Grinnz