diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-03-11 21:13:38 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-03-11 21:21:03 -0600 |
commit | 4b9734bf16232aac75ed56df6352c09d1caad7b3 (patch) | |
tree | b1fe580a02d6ae63b54c758d033c9722519e86b5 /autodoc.pl | |
parent | 020c4f9110283940e8755ca2f70f6e943b42efe3 (diff) | |
download | perl-4b9734bf16232aac75ed56df6352c09d1caad7b3.tar.gz |
EBCDIC has the Unicode bug too
We have not had a working modern Perl on EBCDIC for some years. When I
started out, comments and code led me to conclude erroneously that
natively it supported semantics for all 256 characters 0-255. It turns
out that I was wrong; it natively (at least on some platforms) has the
same rules (essentially none) for the characters which don't correspond
to ASCII onees, as the rules for these on ASCII platforms.
This commit is documentation only, mostly just removing the special
mentions of EBCDIC.
Diffstat (limited to 'autodoc.pl')
-rw-r--r-- | autodoc.pl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/autodoc.pl b/autodoc.pl index 3b39696af5..925f2f541f 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -415,11 +415,6 @@ But the ordinals of characters differ between ASCII, EBCDIC, and the UTF- encodings, and a string encoded in UTF-EBCDIC may occupy more bytes than in UTF-8. -Also, on some EBCDIC machines, functions that are documented as operating on -US-ASCII (or Basic Latin in Unicode terminology) may in fact operate on all -256 characters in the EBCDIC range, not just the subset corresponding to -US-ASCII. - The listing below is alphabetical, case insensitive. _EOB_ |