From 035cbb0e21d9be3cc0345383c9ae0fe281e8befd Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 14 Nov 2005 10:45:25 +0000 Subject: Fix indentation of apidoc for sv_2pvutf8 (so perlapi.pod is correctly generated) p4raw-id: //depot/perl@26124 --- pod/perlapi.pod | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'pod/perlapi.pod') 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 macro. =for hackers Found in file sv.c +=item sv_2pvutf8 +X + +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 macro. + + char* sv_2pvutf8(SV* sv, STRLEN* lp) + +=for hackers +Found in file sv.c + =item sv_2pv_flags X -- cgit v1.2.1