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 /doio.c | |
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 'doio.c')
0 files changed, 0 insertions, 0 deletions