summaryrefslogtreecommitdiff
path: root/pod/perlapi.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-11-14 10:45:25 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-11-14 10:45:25 +0000
commit035cbb0e21d9be3cc0345383c9ae0fe281e8befd (patch)
tree6a9d06af20160b1413c3dbbe1f9d80a4e4ccf404 /pod/perlapi.pod
parent5836e3ecdff1c184f035811e31eb710069409212 (diff)
downloadperl-035cbb0e21d9be3cc0345383c9ae0fe281e8befd.tar.gz
Fix indentation of apidoc for sv_2pvutf8
(so perlapi.pod is correctly generated) p4raw-id: //depot/perl@26124
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r--pod/perlapi.pod13
1 files changed, 13 insertions, 0 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index 6a1bf2b33d..497ad9f94a 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -4613,6 +4613,19 @@ Usually accessed via the C<SvPVbyte> macro.
=for hackers
Found in file sv.c
+=item sv_2pvutf8
+X<sv_2pvutf8>
+
+Return a pointer to the UTF-8-encoded representation of the SV, and set *lp
+to its length. May cause the SV to be upgraded to UTF-8 as a side-effect.
+
+Usually accessed via the C<SvPVutf8> macro.
+
+ char* sv_2pvutf8(SV* sv, STRLEN* lp)
+
+=for hackers
+Found in file sv.c
+
=item sv_2pv_flags
X<sv_2pv_flags>