1Perl::Critic::Policy::CUosdeerLaCyoonPutetrr:il:b:Ru:etCqerudiitrPieecAr:Sl:CPIDoIol(ci3uc)mye:n:tCaotdieoLnayout::RequireASCII(3)
2
3
4
6 Perl::Critic::Policy::CodeLayout::RequireASCII - Disallow high-bit
7 characters.
8
10 This policy is part of Perl::Critic::More, a bleeding edge supplement
11 to Perl::Critic.
12
14 ASCII is a text encoding first introduced in 1963. It represents 128
15 characters in seven-bit bytes, reserving the eighth bit for error
16 detection. Perl supports a large number of encodings. However, if you
17 really want the ultimate in backward compatibility, ASCII is it! (We
18 won't even talk about EBCDIC and the like...)
19
20 This policy is not recommended for everyone. Instead, most of you
21 should probably strive for one of the Unicode encodings for maximum
22 forward compatibility.
23
25 <http://en.wikipedia.org/wiki/Ascii>
26
27 <http://en.wikipedia.org/wiki/EBCDIC>
28
29 <http://en.wikipedia.org/wiki/Unicode>
30
32 Chris Dolan <cdolan@cpan.org>
33
35 Copyright (c) 2006-2008 Chris Dolan
36
37 This program is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself. The full text of this license can
39 be found in the LICENSE file included with this module.
40
41
42
43perl v5.32.1 Perl:2:0C2r1i-t0i1c-:2:7Policy::CodeLayout::RequireASCII(3)