diff options
author | Karl Williamson <khw@cpan.org> | 2015-05-08 21:02:37 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-05-08 21:05:41 -0600 |
commit | 119bc988ad4d9a872b93f0d825bb62845c7eaf63 (patch) | |
tree | b4e5ae87f5339f3902324a203da3e4c48c6027be /utf8.c | |
parent | 77c2376aa63933dd1656d68f496ba1582621c662 (diff) | |
download | perl-119bc988ad4d9a872b93f0d825bb62845c7eaf63.tar.gz |
perlapi: Add 2 links to other parts of the pod
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |