This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix \X handling for Unicode 5.1 - 6.0
authorKarl Williamson <public@khwilliamson.com>
Tue, 28 Aug 2012 23:41:41 +0000 (17:41 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 14 Sep 2012 03:13:59 +0000 (21:13 -0600)
commitc101f46d07096fd3bd2746462abb67f7f8bc5ab1
tree38b0191a572b7e664a952ebd0ec3de27fc85f820
parent98e1e01b60e129ae5505bba4a6c3312783b48d20
Fix \X handling for Unicode 5.1 - 6.0

Commit 27d4fc33343f0dd4287f0e7b9e6b4ff67c5d8399 neglected to include a
change required for a few Unicode releases where the \X prepend property
is not empty.  This does that, and suppresses a mktables warning for
Unicode releases prior to 6.2
lib/unicore/mktables
regexec.c