This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: utf8 could fold to ascii/latin1
authorKarl Williamson <public@khwilliamson.com>
Mon, 15 Nov 2010 19:48:20 +0000 (12:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 22 Nov 2010 21:32:56 +0000 (13:32 -0800)
commite34d62e95a83d411e0c4496e1d6090dd3039813e
treecfb6563e3810f0b33321770006c0f11012ba3a75
parent08fc12dd6e00da45cd6b494e4eac7aadb9ed6e0c
regexec.c: utf8 could fold to ascii/latin1

Some non-Latin1 characters fold to that range, and hence should be
tested against the generated bit map.
regexec.c