summaryrefslogtreecommitdiff
path: root/pod/perlapi.pod
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2006-12-18 00:24:01 +0000
committerDave Mitchell <davem@fdisolutions.com>2006-12-18 00:24:01 +0000
commit5912531faf421dc0ccf67f600667fb8051dc62a5 (patch)
tree054a27cdab6840aafc8b7e3aea4b1e59a4e7cc7e /pod/perlapi.pod
parent1654d59374622f7e3936c1480c6dd5a043f5d77b (diff)
downloadperl-5912531faf421dc0ccf67f600667fb8051dc62a5.tar.gz
move parser state into new parser object, PL_parser
p4raw-id: //depot/perl@29570
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r--pod/perlapi.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index 3ea050e943..5cdc152387 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -4631,6 +4631,8 @@ Found in file sv.h
X<SvUTF8>
Returns a boolean indicating whether the SV contains UTF-8 encoded data.
+Call this after SvPV() in case any call to string overloading updates the
+internal flag.
bool SvUTF8(SV* sv)