Fix some EBCDIC problems
authorKarl Williamson <public@khwilliamson.com>
Thu, 14 Feb 2013 17:50:00 +0000 (10:50 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:55:51 +0000 (09:55 -0600)
commit0dc4a61d58c3a71942ef87b50b9cb593f0ae899b
tree9536b9695d18965cd4b59cd76c9992fb13425e4a
parent9ff651ce1ced9c225b5fa63d6825396dc3f96fe7
Fix some EBCDIC problems

These spots have native code points, so should be using the macros for
native code points, instead of Unicode ones; this also changes to use
the portable symbolic name of a code point instead of the non-portable
hex.
regcomp.c
sv.c
toke.c