This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
EBCDIC has the Unicode bug too
authorKarl Williamson <public@khwilliamson.com>
Tue, 12 Mar 2013 03:13:38 +0000 (21:13 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 12 Mar 2013 03:21:03 +0000 (21:21 -0600)
commit4b9734bf16232aac75ed56df6352c09d1caad7b3
treeb1fe580a02d6ae63b54c758d033c9722519e86b5
parent020c4f9110283940e8755ca2f70f6e943b42efe3
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.
autodoc.pl
handy.h
pod/perlfunc.pod
pod/perlre.pod
pod/perlrecharclass.pod
pod/perlunicode.pod
pod/perlunifaq.pod