diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-05-11 09:36:45 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-05-11 10:02:13 -0600 |
commit | 88132a12f68fbbafce95c14cb4e5aa3ebe667a4d (patch) | |
tree | 39d40861f8d9beeab566d45622495f359ac4737a | |
parent | 014dc7eb4439b3293950dab9d53114555bcec31f (diff) | |
download | perl-88132a12f68fbbafce95c14cb4e5aa3ebe667a4d.tar.gz |
perldelta: correct statement
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index e643dd18b6..3360af464e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -346,9 +346,9 @@ C<TYPEMAP> section: The XS-callable function C<is_utf8_char()>, when presented with malformed UTF-8 input, can read up to 12 bytes beyond the end of the -string. This cannot be fixed without changing its API. It is not -called from CPAN. The documentation now describes how to use it -safely. +string. This cannot be fixed without changing its API, and so its +use is now deprecated. Use C<is_utf8_char_buf()> (described just below) +instead. =head3 Added C<is_utf8_char_buf()> |