Description
Perl programs can read and write UTF-8 data through a stricter PerlIO layer that rejects invalid byte sequences. This helps text-processing tools avoid silently accepting broken or ambiguous input.
It is a developer library. Strict decoding is especially useful for data import, but applications should show clear errors when files are not valid UTF-8.