This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcharclass.h: Remove 2 EBCDIC dependencies
authorKarl Williamson <khw@cpan.org>
Fri, 30 Jul 2021 19:57:01 +0000 (13:57 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 31 Jul 2021 21:00:37 +0000 (15:00 -0600)
commit67260a96082ff542a79fd0bc3395144c94d5b958
treec8e6961e2a71c8d4083015ffcaceef4c47c787c3
parent6b28089cc4992fbc129d40723e0ce46f86abf4da
regcharclass.h: Remove 2 EBCDIC dependencies

This commit makes is_HANGUL_ED_utf8_safe() return 0 unconditionally on
EBCDIC platforms.  This means its callers don't have to care what
platform is running.  Change the two callers to take advantage of this

The commit also changes the description of the macro to be slightly more
accurate
inline.h
regcharclass.h
regen/regcharclass.pl
utf8.c