summaryrefslogtreecommitdiff
path: root/regen/unicode_constants.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-03-17 12:23:33 -0600
committerKarl Williamson <khw@cpan.org>2022-03-19 23:17:51 -0600
commit84c1ecba3cd8905c63a30bead51f310457de1a0a (patch)
treee1b5550798802ba6a03c67caeebca7b54aa23010 /regen/unicode_constants.pl
parentc7c4369b7fc926018c3c32ca50f9649de7794726 (diff)
downloadperl-84c1ecba3cd8905c63a30bead51f310457de1a0a.tar.gz
Add TURNSTILE paired delimiters
The bidi-aware characters containing this word are visually suitable for being 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 1b5cc4cc07..7a1e16b4a5 100644
--- a/regen/unicode_constants.pl
+++ b/regen/unicode_constants.pl
@@ -121,6 +121,7 @@ for (my $i = 0; $i < @bidi_strong_lefts; $i++) {
my @ok_bidi_symbols = (
'TACK',
+ 'TURNSTILE',
);
my $ok_bidi_symbols_re = join '|', @ok_bidi_symbols;
$ok_bidi_symbols_re = qr/\b($ok_bidi_symbols_re)\b/n;