This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add arrows to paired string delimiters
authorKarl Williamson <khw@cpan.org>
Thu, 17 Mar 2022 23:38:55 +0000 (17:38 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 20 Mar 2022 05:17:51 +0000 (23:17 -0600)
commit0b6e3da14b7eeef5c4eca585e0c4c8911a8ecae7
treebe0c0f6486ad5b5a8bb3939e73aa6f94ff953792
parenta863e562cae5ce949a7fa5f01ab4dcd5b999be02
Add arrows to paired string delimiters

Unicode has lots of arrows of various shapes, sizes, and directions.
None of them were of consequence to the Bidirectional algorithm, so none
were specified as being mirrored pairs.  This commit uses the
generalizations already in place from previous commits to examine arrow
symbols and choose which are mirrored pairs.

As previously, it rejects arrows with contrary directionality, and ones
without horizontal directionality.
lib/feature.pm
regen/feature.pl
regen/unicode_constants.pl
unicode_constants.h