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)
commitccb204561c91e028cb117afc066e84609965cc6a
tree81bc52779ffc951e5f04f7e63181370fb7b194bd
parente92b5416baeb0c13e693ffd0dc4447382beffd89
parentfed423a56a927315e14182b1dac8f0bfad941b37
Merge commit for removing EBCDIC special code

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.