This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add hook for Unicode private use override
authorKarl Williamson <khw@cpan.org>
Thu, 7 Mar 2019 00:50:23 +0000 (17:50 -0700)
committerKarl Williamson <khw@cpan.org>
Thu, 7 Mar 2019 20:14:26 +0000 (13:14 -0700)
commit21c34e9717de1e37a5e25d2e7d748da66c781488
tree86ce71d42ceff26db39bfd0c754a2aa45197da2b
parentb37d10f658c300104241001e3f5de1f31d62b22f
Add hook for Unicode private use override

I am starting to write a Unicode::Private_Use module which will allow
one to specify the Unicode properties of private use code points, thus
making them actually useful.  This commit adds a hook to regcomp.c to
accommodate this module.  The changes are pretty minimal.  This way we
don't have to wait another release cycle to get it out there.

I don't want to document this interface, until it's proven.
13 files changed:
MANIFEST
charclass_invlists.h
embedvar.h
lib/unicore/uni_keywords.pl [new file with mode: 0644]
lib/warnings.pm
perlapi.h
perlvars.h
pod/perldiag.pod
regcomp.c
regen/mk_invlists.pl
regen/warnings.pl
uni_keywords.h
warnings.h