summaryrefslogtreecommitdiff
path: root/regen/unicode_constants.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-03-17 17:37:32 -0600
committerKarl Williamson <khw@cpan.org>2022-03-19 23:17:51 -0600
commita863e562cae5ce949a7fa5f01ab4dcd5b999be02 (patch)
tree299da0b4b59dc42b3f92f44539072210e4513447 /regen/unicode_constants.pl
parentad558b4e118927df1ab4d8ec02d8c73b5a282ce3 (diff)
downloadperl-a863e562cae5ce949a7fa5f01ab4dcd5b999be02.tar.gz
Add SPEAKERs 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 a2a496eabc..31a23406c9 100644
--- a/regen/unicode_constants.pl
+++ b/regen/unicode_constants.pl
@@ -245,6 +245,8 @@ my @included_symbols = (
0x1D106 .. 0x1D107, # MUSIC STAVES
0x1F57B, # TELEPHONE RECEIVER
0x1F57D, # TELEPHONE RECEIVER
+ 0x1F508 .. 0x1F50A, # LOUD SPEAKER
+ 0x1F568 .. 0x1F56A, # LOUD SPEAKER
0x1F5E6 .. 0x1F5E7, # THREE RAYS
);
my %included_symbols;