diff options
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r-- | pod/perlapi.pod | 2 |
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) |