summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2015-05-21 14:32:30 +1000
committerTony Cook <tony@develop-help.com>2015-05-21 14:32:30 +1000
commit1e45139af476904e63bf8dd6b89c6c107989b90b (patch)
tree010d0fd18c1789775693b2d57652402c637357ae
parentd22fb6ca0a489331fea369e4ab9a5d4013de1bb0 (diff)
downloadperl-1e45139af476904e63bf8dd6b89c6c107989b90b.tar.gz
They're Unicode tables, not UTF-8 tables
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index ab2bdfc1c1..422eb9fe89 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -3035,7 +3035,7 @@ false at compile time and true at run time.
=item *
-Loading UTF-8 tables during a regular expression match could cause assertion
+Loading Unicode tables during a regular expression match could cause assertion
failures under debugging builds if the previous match used the very same
regular expression.
L<[perl #122747]|https://rt.perl.org/Ticket/Display.html?id=122747>