From 55b0afa557cb17b25ed65d3ff4cffcfa646f6720 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 22 May 2017 15:20:36 -0600 Subject: [PATCH] perldelta: Clarify a utf8 decode entry This clarifies that the changes listed here apply to several of the decode function variants, not just one. --- pod/perldelta.pod | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 2df9db2..61b9b15 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2299,10 +2299,9 @@ error, and it advances the parse pointer to beyond the UTF-8 in question, but it returns the Unicode REPLACEMENT CHARACTER as the value of the code point (since the real value is not representable). -C has been changed to not -abandon searching for other malformations when the first one is -encountered. A call to it thus can generate multiple diagnostics, -instead of just one. +They no longer abandon searching for other malformations when the first +one is encountered. A call to one of these functions thus can generate +multiple diagnostics, instead of just one. =item * -- 1.8.3.1