This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change Unicode property abbrev to upcoming official
authorKarl Williamson <khw@cpan.org>
Thu, 30 Jan 2020 20:20:53 +0000 (13:20 -0700)
committerKarl Williamson <khw@cpan.org>
Thu, 30 Jan 2020 21:39:33 +0000 (14:39 -0700)
commita9256a759f019bfe406cbec545551af6b3c12fda
treec7d3e80bca1738bcea68f88275eed8f8cb6c93d1
parent2c490b6a8a421e7f28e9d2a16712c1ce9578b65e
Change Unicode property abbrev to upcoming official

Unicode 12.0 used a new property file that was not from the Unicode
Character Database.  It only had a long property name.  I incorporated
it into our data, and rather than use the very long name all the time, I
created my own short name, since there was no official one.

Now, the upcoming 13.0 has moved the file to the UCD, and come up with a
short name that differs from the one I had.  This commit converts to use
Unicode's name.  This property is not exposed to user or XS space, so
there is no user impact.
charclass_invlists.h
lib/unicore/mktables
lib/unicore/uni_keywords.pl
regcharclass.h
regen/mk_invlists.pl
regexec.c
uni_keywords.h