summaryrefslogtreecommitdiff
path: root/regen/unicode_constants.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-03-17 17:35:36 -0600
committerKarl Williamson <khw@cpan.org>2022-03-19 23:17:51 -0600
commitad558b4e118927df1ab4d8ec02d8c73b5a282ce3 (patch)
tree19b0fb3dfb478216ecf6e6f49ca2205b85ce632c /regen/unicode_constants.pl
parent806eaaf9dee151d9a00021704239209934b72563 (diff)
downloadperl-ad558b4e118927df1ab4d8ec02d8c73b5a282ce3.tar.gz
Add TELEPHONE RECEIVER 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.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/regen/unicode_constants.pl b/regen/unicode_constants.pl
index 73011c979e..a2a496eabc 100644
--- a/regen/unicode_constants.pl
+++ b/regen/unicode_constants.pl
@@ -243,6 +243,8 @@ my @included_symbols = (
0x269E .. 0x269F, # THREE LINES CONVERGING
0x1D102 .. 0x1D103, # MUSIC STAVES
0x1D106 .. 0x1D107, # MUSIC STAVES
+ 0x1F57B, # TELEPHONE RECEIVER
+ 0x1F57D, # TELEPHONE RECEIVER
0x1F5E6 .. 0x1F5E7, # THREE RAYS
);
my %included_symbols;