ePages 7.47.0 - DE_EPAGES/Core/Scripts/Perl/Critic/Policy/DE_EPAGES/Modules/RequireUtf8BOM.pm

Package Perl::Critic::Policy::DE_EPAGES::Modules::RequireUtf8BOM

This policy checks the character encoding of the file. Perl files should genrally be saved as iso-8859-1 (Latin1). Only if the file contains text with international characters, it may be useful to use utf-8. In this case a by order mark (BOM) is required to recognize the character set.