This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
unicode_constants.pl: Consider all \pP for delims
authorKarl Williamson <khw@cpan.org>
Wed, 9 Mar 2022 20:13:02 +0000 (13:13 -0700)
committerKarl Williamson <khw@cpan.org>
Sun, 20 Mar 2022 05:17:51 +0000 (23:17 -0600)
commit210ad843ab44bc50a506b9ac9c6713b00b27ce44
tree669dbcb8ca1dd8087d20b4a3df5a7fafb18bbf04
parent7e4a71c64c41ee74930b339d65a6d0ecdea70316
unicode_constants.pl: Consider all \pP for delims

Previously, only the punctuation characters that Unicode had classed as
being opening/closing were considered in looking for suitable paired
delimiters.

This commit looks at all punctuation characters.  There are actually
only 7 new pairs found.

This gives us ꧁      ꧂   as string delimiterss, if your font allows,
which are Javanese and used to surround an honorific title, according to
Wikipedia.
lib/feature.pm
regen/feature.pl
regen/unicode_constants.pl
unicode_constants.h