utf8.h: Correct improper EBCDIC conversion
authorKarl Williamson <public@khwilliamson.com>
Sun, 2 Sep 2012 19:01:50 +0000 (13:01 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 14 Sep 2012 03:14:01 +0000 (21:14 -0600)
commit428921e59661fb12c896089a5d2a6439f81a174d
tree8601b351c2b040e7ba98321515b9789193c1c7ae
parent138e21c2917acafbfc91f3b231af0e0884c61e5f
utf8.h: Correct improper EBCDIC conversion

These macros were incorrect for EBCDIC.  The relationships are based on
I8, the intermediate-utf8 defined for UTF-EBCDIC, not the final encoding.
I was the culprit who did this orginally; I was confused by the names of
the conversion macros.  I'm adding names that are clearer to me; which
have already been defined in utfebcdic.h, but weren't defined for
non-EBCDIC platforms.
utf8.h