GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Perl::Critic::Policy::CodeLayout::RequireASCII(3) User Contributed Perl Documentation Perl::Critic::Policy::CodeLayout::RequireASCII(3)

Perl::Critic::Policy::CodeLayout::RequireASCII - Disallow high-bit characters.

This policy is part of Perl::Critic::More, a bleeding edge supplement to Perl::Critic.

ASCII is a text encoding first introduced in 1963. It represents 128 characters in seven-bit bytes, reserving the eighth bit for error detection. Perl supports a large number of encodings. However, if you really want the ultimate in backward compatibility, ASCII is it! (We won't even talk about EBCDIC and the like...)

This policy is not recommended for everyone. Instead, most of you should probably strive for one of the Unicode encodings for maximum forward compatibility.

<http://en.wikipedia.org/wiki/Ascii>

<http://en.wikipedia.org/wiki/EBCDIC>

<http://en.wikipedia.org/wiki/Unicode>

Chris Dolan <cdolan@cpan.org>

Copyright (c) 2006-2008 Chris Dolan

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of this license can be found in the LICENSE file included with this module.

2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.