In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/119bc988ad4d9a872b93f0d825bb62845c7eaf63?hp=77c2376aa63933dd1656d68f496ba1582621c662>

- Log -----------------------------------------------------------------
commit 119bc988ad4d9a872b93f0d825bb62845c7eaf63
Author: Karl Williamson <[email protected]>
Date:   Fri May 8 21:02:37 2015 -0600

    perlapi: Add 2 links to other parts of the pod
-----------------------------------------------------------------------

Summary of changes:
 sv.h   | 3 +++
 utf8.c | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/sv.h b/sv.h
index f23ccfe..665c330 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.
diff --git a/utf8.c b/utf8.c
index 2a7a3d0..3ad79a8 100644
--- a/utf8.c
+++ b/utf8.c
@@ -3800,6 +3800,8 @@ UNI_DISPLAY_BACKSLASH and UNI_DISPLAY_ISPRINT turned on.
 
 The pointer to the PV of the C<dsv> is returned.
 
+See also L</sv_uni_display>.
+
 =cut */
 char *
 Perl_pv_uni_display(pTHX_ SV *dsv, const U8 *spv, STRLEN len, STRLEN pvlim, UV 
flags)

--
Perl5 Master Repository

Reply via email to