summaryrefslogtreecommitdiff
path: root/regen/unicode_constants.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-03-17 12:23:12 -0600
committerKarl Williamson <khw@cpan.org>2022-03-19 23:17:51 -0600
commitc7c4369b7fc926018c3c32ca50f9649de7794726 (patch)
tree575a2f4e61174948c1e47b09d9bfe569fa418749 /regen/unicode_constants.pl
parent9153861ee6e7388524ed557a08b6498ce3d8988e (diff)
downloadperl-c7c4369b7fc926018c3c32ca50f9649de7794726.tar.gz
Add TACK 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.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/unicode_constants.pl b/regen/unicode_constants.pl
index c777cdc95a..1b5cc4cc07 100644
--- a/regen/unicode_constants.pl
+++ b/regen/unicode_constants.pl
@@ -120,7 +120,7 @@ for (my $i = 0; $i < @bidi_strong_lefts; $i++) {
}
my @ok_bidi_symbols = (
- 'This placeholder wont match anything'
+ 'TACK',
);
my $ok_bidi_symbols_re = join '|', @ok_bidi_symbols;
$ok_bidi_symbols_re = qr/\b($ok_bidi_symbols_re)\b/n;