diff options
author | Karl Williamson <khw@cpan.org> | 2016-03-17 20:57:48 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-03-17 21:31:03 -0600 |
commit | d708a1fbecea9996703282b58186c8bb4e429663 (patch) | |
tree | 158c49af4ff4e92add787b949899aead2820c3c9 /autodoc.pl | |
parent | d0da05db39e01070e59ed3d885a834e25b6cb447 (diff) | |
download | perl-d708a1fbecea9996703282b58186c8bb4e429663.tar.gz |
perlapi: Further clarification for term "Latin1"
This is a follow on for 14d32fa99f736009ef63a8b17d164cd8f6e967d9
Diffstat (limited to 'autodoc.pl')
-rw-r--r-- | autodoc.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autodoc.pl b/autodoc.pl index d386785c7a..161310d1e7 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -416,7 +416,8 @@ The non-ASCII characters below 256 can have various meanings, depending on various things. (See, most notably, L<perllocale>.) But usually the whole range can be referred to as ISO-8859-1. Often, the term "Latin-1" (or "Latin1") is used as an equivalent for ISO-8859-1. But some people treat -"Latin1" as referring just to the characters in the range 160 through 255. +"Latin1" as referring just to the characters in the range 128 through 255, or +somethimes from 160 through 255. This documentation uses "Latin1" and "Latin-1" to refer to all 256 characters. Note that Perl can be compiled and run under either ASCII or EBCDIC (See |