regen/regcharclass.pl: Work on EBCDIC platforms
authorKarl Williamson <public@khwilliamson.com>
Fri, 31 Aug 2012 23:00:27 +0000 (17:00 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 14 Sep 2012 03:14:01 +0000 (21:14 -0600)
commit295bcca96718cf8ba1541a008378b9b2f1ec58c7
treed93839b321bf069048cfcc341f260a2ab0ae83b4
parentca51670fe5bfb58ec05044643b8c326b78d5a39f
regen/regcharclass.pl: Work on EBCDIC platforms

This will now automatically generate macros for non-ASCII platforms,
by mapping the Unicode input to native output.

Doing this will allow several cases of EBCDIC dependencies in other code
to be removed, and fixes the bug that this previously had with non-ASCII
platforms.
regen/regcharclass.pl