This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: Don't use isascii() as not in all libc's
authorKarl Williamson <public@khwilliamson.com>
Sun, 19 Sep 2010 17:57:04 +0000 (11:57 -0600)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 22 Sep 2010 22:56:17 +0000 (15:56 -0700)
commit89e8dfa95ef07c947545bb90a358cf884038b1eb
treeacf375815c1160f72d1184fb5b318892d0cbfa53
parent06dc89afdb8be14f426e43dc96c714e43c31ed64
handy.h: Don't use isascii() as not in all libc's

EBCDIC platforms use isascii(), but is not in all libc's so better to
use our own.
handy.h