summaryrefslogtreecommitdiff
path: root/regen/unicode_constants.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-03-17 17:28:31 -0600
committerKarl Williamson <khw@cpan.org>2022-03-19 23:17:51 -0600
commite73a9e146014cf8337a76fe3f2f796935b0e84f6 (patch)
tree36eae4d09c9586cedb6b78eab770af269a2551c2 /regen/unicode_constants.pl
parent3e9e4fd83c55cfce5dc933d71f51d46e3c25be61 (diff)
downloadperl-e73a9e146014cf8337a76fe3f2f796935b0e84f6.tar.gz
Add THREE RAYS paired delimiters
The characters with this name look good as mirrored delimiters.
Diffstat (limited to 'regen/unicode_constants.pl')
-rw-r--r--regen/unicode_constants.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/regen/unicode_constants.pl b/regen/unicode_constants.pl
index bcefbd720b..5826cbf534 100644
--- a/regen/unicode_constants.pl
+++ b/regen/unicode_constants.pl
@@ -240,6 +240,7 @@ my @included_symbols = (
0x269E .. 0x269F, # THREE LINES CONVERGING
0x1D102 .. 0x1D103, # MUSIC STAVES
0x1D106 .. 0x1D107, # MUSIC STAVES
+ 0x1F5E6 .. 0x1F5E7, # THREE RAYS
);
my %included_symbols;
$included_symbols{$_} = 1 for @included_symbols;