DOKK / manpages / debian 13 / libperl-critic-toomuchcode-perl / Perl::Critic::Policy::TooMuchCode::ProhibitUnnecessaryUTF8Pragma.3pm.en
Perl::Critic::Policy::TooMuchCode::ProhibitUnnecessaryUTF8Pragma(3pm) User Contributed Perl Documentation Perl::Critic::Policy::TooMuchCode::ProhibitUnnecessaryUTF8Pragma(3pm)

TooMuchCode::ProhibitUnusedImport -- Find 'use utf8' statement that produces (almost) no effect.

The utf8 pragma is used to declare that the source code itself can be decoded by utf-8 encoding rule as a sequence of characters. What this means is that all the characters in the code are within the ASCII range.

2023-10-05 perl v5.36.0