summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-05-22 15:20:36 -0600
committerKarl Williamson <khw@cpan.org>2017-05-22 15:24:16 -0600
commit55b0afa557cb17b25ed65d3ff4cffcfa646f6720 (patch)
tree0c2674d5e90a5b75cac44c962fcaa011336a9687
parentac6c71751208bdce057bf835dfd9e0c7adbdfb97 (diff)
downloadperl-55b0afa557cb17b25ed65d3ff4cffcfa646f6720.tar.gz
perldelta: Clarify a utf8 decode entry
This clarifies that the changes listed here apply to several of the decode function variants, not just one.
-rw-r--r--pod/perldelta.pod7
1 files changed, 3 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 2df9db2e5d..61b9b1558e 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<utf8n_to_uvchr> 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 *