This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
re/uniprops: Fix EBCDIC issue
authorKarl Williamson <khw@cpan.org>
Fri, 29 Jan 2016 04:31:36 +0000 (21:31 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 3 Feb 2016 17:34:23 +0000 (10:34 -0700)
commit816a3af06847abb86bc457a107817117165c72c5
tree0f0be444ff107e9e5ca5b253f1aecc3865a7e083
parent943e349709f8085fe002fc6394302ac0ffe8bbf6
re/uniprops: Fix EBCDIC issue

Things like qr/\s/ are expecting native code points, not EBCDIC.
charclass_invlists.h
lib/unicore/mktables
regcharclass.h