utf8.h, utfebcdic.h: Create less confusing #defines
authorKarl Williamson <public@khwilliamson.com>
Thu, 7 Feb 2013 20:52:31 +0000 (13:52 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:55:48 +0000 (09:55 -0600)
commit59a449d552a392b1e9daa9122be82f385d8c1f04
treefff647105c8139c11220e4a5405020b8b99038b1
parent077dbbf3d59ab49208d31bc4c46823f66b78b02a
utf8.h, utfebcdic.h: Create less confusing #defines

This commit creates macros whose names mean something to me, and which I
don't find confusing.  The older names are retained for backwards
compatibility.  Future commits will fix bugs I introduced from
misunderstanding the meaning of the older names.

The older names are now #defined in terms of the newer ones, and moved
so that they are only defined once, valid for both ASCII and EBCDIC
platforms.
utf8.h
utfebcdic.h