mktables: Generate native code-point tables
authorKarl Williamson <public@khwilliamson.com>
Fri, 15 Feb 2013 05:16:38 +0000 (22:16 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:55:51 +0000 (09:55 -0600)
commit74cd47d04a6c44d3d6c4552df4542c01fc18c264
tree14f63b8de4f60fa69a5f604c1354786fe50c10ee
parent8d88896d10ee81fb95a9494ca771f9d2b14f5fc7
mktables: Generate native code-point tables

The output tables for mktables are now in the platform's native
character set.  This means there is no change for ASCII platforms, but
is a change for EBCDIC ones.

Code that didn't realize there was a potential difference between EBCDIC
and non-EBCDIC platforms will now start to work; code that tried to do
the right thing under these circumstances will no longer work.  Fixing
that comes in later commits.
lib/unicore/mktables