This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix locale caseless matching and utf8
authorKarl Williamson <public@khwilliamson.com>
Sat, 19 Feb 2011 17:20:50 +0000 (10:20 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 19 Feb 2011 18:47:42 +0000 (11:47 -0700)
commit17580e7a366d68c68fa37fe63c284c1d83b245fe
tree083c8313722786593172d0a6ff14a4767c9d520c
parent41ce0a5ea4efb0067c8416f074bb757a70d2faa1
Fix locale caseless matching and utf8

As explained in the doc changes of this patch, under /l, caseless
matching of code points less than 256 now use locale rules regardless
of the utf8ness of the pattern or string.  They now match the behavior
of things like \w, in this regard.
pod/perldelta.pod
pod/perlre.pod
regcomp.c
regexec.c
t/re/fold_grind.t