summaryrefslogtreecommitdiff
path: root/regen/unicode_constants.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-03-17 06:20:09 -0600
committerKarl Williamson <khw@cpan.org>2022-03-19 23:17:51 -0600
commit0a4ec1c02bfc1e8d7a7141c2335d20f2f61f7112 (patch)
tree91eac386e584264c6ac7a921eb6baef9b51d8b16 /regen/unicode_constants.pl
parent6763e244a01413dca6205be4f5d40f15a83bfff3 (diff)
downloadperl-0a4ec1c02bfc1e8d7a7141c2335d20f2f61f7112.tar.gz
Add SUBSET/SUPERSET to paired string delimiters
This commit adds 20 pairs of symbols that are variants on SUBSET These make nice paired delimiters in the vein of < >
Diffstat (limited to 'regen/unicode_constants.pl')
-rw-r--r--regen/unicode_constants.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/regen/unicode_constants.pl b/regen/unicode_constants.pl
index 5ba8d41a21..9859652191 100644
--- a/regen/unicode_constants.pl
+++ b/regen/unicode_constants.pl
@@ -95,11 +95,13 @@ my @bidi_strong_lefts = ( 'LESS-THAN',
'PRECEDE',
'PRECEDES',
'SMALLER THAN',
+ 'SUBSET',
);
my @bidi_strong_rights = ( 'GREATER-THAN',
'SUCCEED',
'SUCCEEDS',
'LARGER THAN',
+ 'SUPERSET',
);
# Create an array of hashes for these, so as to translate between them, and