summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-06-05 18:33:05 -0600
committerKarl Williamson <khw@cpan.org>2017-06-08 11:04:43 -0600
commit0cbf58655b076c3a89ba0364e0c7c75972ac5fb3 (patch)
treeef392b52fd76dd05df8181c91596fe235e12072a /pod
parent61343a04469440fa429b50b3763567fa52e0cbea (diff)
downloadperl-0cbf58655b076c3a89ba0364e0c7c75972ac5fb3.tar.gz
Add XS-callable function is_utf8_invariant_string_loc()
This is like is_utf8_invariant_string(), but takes an additional parameter, a pointer into which it stores the location of the first variant if any are found.
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 46b0fe0719..29d47bee11 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -409,6 +409,15 @@ The C<PL_statbuf> interpreter variable has been removed.
The deprecated function C<to_utf8_case()>, accessible from XS code, has
been removed.
+=item *
+
+A new function
+L<C<is_utf8_invariant_string_loc()>|perlapi/is_utf8_invariant_string_loc>
+has been added that is like
+L<C<is_utf8_invariant_string()>|perlapi/is_utf8_invariant_string>
+but takes an extra pointer parameter into which is stored the location
+of the first variant character, if any are found.
+
=back
=head1 Selected Bug Fixes