This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Handle sharp s in middle of backref
authorKarl Williamson <public@khwilliamson.com>
Sun, 13 Feb 2011 03:28:17 +0000 (20:28 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 14 Feb 2011 15:41:39 +0000 (08:41 -0700)
commit2f65c56d068b1e40e3e6c15d735b4e313ea98d4f
tree725cb7d522e6ba2c3dbfeec28dc991966a1950e2
parentf68792c6f49acd33f6789daeb3742005219b5f27
regexec.c: Handle sharp s in middle of backref

This code handled some of the case of the LATIN SMALL LETTER SHARP S at
the beginning of a back ref, but not in the middle.  To do it easily,
just call the function that handles our full Unicode folding
regexec.c