This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Check for \n in EBCDIC code pages
authorKarl Williamson <khw@cpan.org>
Wed, 6 Mar 2019 21:00:10 +0000 (14:00 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 6 Mar 2019 21:24:13 +0000 (14:24 -0700)
commitc11f6329a2001a507b929b443e7512970fe62202
treeaecb00063e379eba8331fa591c61e1f41886d399
parent44289c0b2f08b3d5d540647539cc711c1ba0444c
Check for \n in EBCDIC code pages

IBM says that there are 13 characters whose code point varies depending
on the EBCDIC code page.  They fail to mention that the \n character may
also vary.  This commit adds checks for \n, in addition to the checks
for the 13 graphic variant ones.
charclass_invlists.h
ebcdic_tables.h
l1_char_class_tab.h
pod/perlebcdic.pod
regcharclass.h
regen/charset_translations.pl
uni_keywords.h
unicode_constants.h