This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/regcharclass.pl: Make more EBCDIC-friendly
authorKarl Williamson <public@khwilliamson.com>
Fri, 8 Mar 2013 15:11:38 +0000 (08:11 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:56:01 +0000 (09:56 -0600)
commitc4c8e61502fd5289a080f20332c6e3f9f23ce6e2
tree3b3f73c432784abfb2f725d4c8a9afc584bb9e8a
parent4ed7d5f0cb38287a10b5b2650dc8f62e5f67eafc
regen/regcharclass.pl: Make more EBCDIC-friendly

This commit changes the code generated by the macros so that they work
right out-of-the-box on non-ASCII platforms for non-UTF-8 inputs.  THEY
ARE WRONG for UTF-8, but this is good enough to get perl bootstrapped
onto the target platform, and regcharclass.pl can be run there,
generating macros with correct UTF-8.
regcharclass.h
regen/regcharclass.pl