This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge commit for removing EBCDIC special code
authorKarl Williamson <khw@cpan.org>
Sun, 6 Dec 2015 05:07:57 +0000 (22:07 -0700)
committerKarl Williamson <khw@cpan.org>
Sun, 6 Dec 2015 05:07:57 +0000 (22:07 -0700)
It's better to use the same code and definitons whenever possible for
different platforms, for ease of maintenance.  This set of commits
eliminates several cases of differing EBCDIC/ASCII definitions, so that
there is less separate code to maintain.


Trivial merge