handy.h: Solve a failure to compile problem under EBCDIC
authorKarl Williamson <public@khwilliamson.com>
Thu, 21 Feb 2013 20:47:52 +0000 (13:47 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:55:54 +0000 (09:55 -0600)
commitb6340bd07d84d022194b3a226764ec0d17a461a4
tree646d69eea20fe8c00532aa6217a535e72b2e2b06
parent94824115269c893367e657f4fab5e67037ce0868
handy.h: Solve a failure to compile problem under EBCDIC

handy.h is included in files that don't include perl.h, and hence not
utf8.h.  We can't rely therefore on the ASCII/EBCDIC conversion
macros being available to us.  The best way to cope is to use the native
ctype functions.  Most, but not all, of the macros in this commit
currently resolve to use those native ones, but a future commit will
change that.
handy.h