summaryrefslogtreecommitdiff
path: root/utf8.c
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 /utf8.c
parent77c2376aa63933dd1656d68f496ba1582621c662 (diff)
downloadperl-119bc988ad4d9a872b93f0d825bb62845c7eaf63.tar.gz
perlapi: Add 2 links to other parts of the pod
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utf8.c b/utf8.c
index 2a7a3d0570..3ad79a894a 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)