From 1e45139af476904e63bf8dd6b89c6c107989b90b Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Thu, 21 May 2015 14:32:30 +1000 Subject: They're Unicode tables, not UTF-8 tables --- pod/perldelta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- cgit v1.2.1