summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-08 21:02:37 -0600
committerKarl Williamson <khw@cpan.org>2015-05-08 21:05:41 -0600
commit119bc988ad4d9a872b93f0d825bb62845c7eaf63 (patch)
treeb4e5ae87f5339f3902324a203da3e4c48c6027be /sv.h
parent77c2376aa63933dd1656d68f496ba1582621c662 (diff)
downloadperl-119bc988ad4d9a872b93f0d825bb62845c7eaf63.tar.gz
perlapi: Add 2 links to other parts of the pod
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sv.h b/sv.h
index f23ccfe416..665c330fe6 100644
--- a/sv.h
+++ b/sv.h
@@ -897,6 +897,9 @@ properly, this indicates whether or not the SV contains UTF-8 encoded data.
You should use this I<after> a call to SvPV() or one of its variants, in
case any call to string overloading updates the internal flag.
+If you want to take into account the L<bytes> pragma, use C<L</DO_UTF8>>
+instead.
+
=for apidoc Am|void|SvUTF8_on|SV *sv
Turn on the UTF-8 status of an SV (the data is not changed, just the flag).
Do not use frivolously.