perl5
perl5 copied to clipboard
perlrun: add caution that the -C flag does not validate nor produce UTF-8
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.