summaryrefslogtreecommitdiff
path: root/regen/unicode_constants.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-03-17 06:14:46 -0600
committerKarl Williamson <khw@cpan.org>2022-03-19 23:17:51 -0600
commit6763e244a01413dca6205be4f5d40f15a83bfff3 (patch)
tree4ee9ae2cb481b180045dff98d20ec863fc472dc2 /regen/unicode_constants.pl
parent36327261879f8aa3b3cf2cde3bb43251392f774a (diff)
downloadperl-6763e244a01413dca6205be4f5d40f15a83bfff3.tar.gz
Add PRECEDES/SUCCEEDS to paired string delimiters
This commit adds 15 pairs of symbols that are variants on PRECEDES. These look a lot like <>, so makes sense to make them paired delimiters.
Diffstat (limited to 'regen/unicode_constants.pl')
-rw-r--r--regen/unicode_constants.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/regen/unicode_constants.pl b/regen/unicode_constants.pl
index e41a021cf8..5ba8d41a21 100644
--- a/regen/unicode_constants.pl
+++ b/regen/unicode_constants.pl
@@ -92,9 +92,13 @@ sub backslash_x_form($$;$) {
# These all visually look like left and right delimiters
my @bidi_strong_lefts = ( 'LESS-THAN',
+ 'PRECEDE',
+ 'PRECEDES',
'SMALLER THAN',
);
my @bidi_strong_rights = ( 'GREATER-THAN',
+ 'SUCCEED',
+ 'SUCCEEDS',
'LARGER THAN',
);