Use byte domain EBCDIC/LATIN1 macro where appropriate
authorKarl Williamson <public@khwilliamson.com>
Fri, 8 Feb 2013 02:53:38 +0000 (19:53 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:55:49 +0000 (09:55 -0600)
commit8e7c6e7db4e68025440138ddf851a3b4a61d8b5a
treecc585d6898e4b3ec6457fc0e0b708bc949abf8fa
parentbc3632a8dfddf6cbc7c8232fd9d4d20f6c35dbd6
Use byte domain EBCDIC/LATIN1 macro where appropriate

The macros like NATIVE_TO_UNI will work on EBCDIC, but operate on the
whole Unicode range.  In the locations affected by this commit, it is
known that the domain is limited to a single byte, so the simpler ones
whose names contain LATIN1 may be used.

On ASCII platforms, all the macros are null, so there is no effective
change.
handy.h
regcomp.c
utf8.c