Add and use macro to return EBCDIC
authorKarl Williamson <public@khwilliamson.com>
Sun, 17 Feb 2013 19:46:05 +0000 (12:46 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:55:52 +0000 (09:55 -0600)
commit94bb8c36d9e11dd4825e43d06f0832f01a7e5045
tree199060dba004dca25ce3d6d0555baf8f5ebeeef9
parent22bd7dd23a9a8ac6942486d524260b846313e61a
Add and use macro to return EBCDIC

The conversion from UTF-8 to code point should generally be to the
native code point.  This adds a macro to do that, and converts the
core calls to the existing macro to use the new one instead.  The old
macro is retained for possible backwards compatibility, though it
probably should be deprecated.
handy.h
pp.c
regcomp.c
regexec.c
toke.c
utf8.c
utf8.h