summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/pods/perlunifaq.pod
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/pods/perlunifaq.pod')
-rw-r--r--Master/tlpkg/tlperl/lib/pods/perlunifaq.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/pods/perlunifaq.pod b/Master/tlpkg/tlperl/lib/pods/perlunifaq.pod
index 9fd2b380567..9bd103c9ac2 100644
--- a/Master/tlpkg/tlperl/lib/pods/perlunifaq.pod
+++ b/Master/tlpkg/tlperl/lib/pods/perlunifaq.pod
@@ -274,7 +274,8 @@ Instead of C<decode> and C<encode>, you could use C<_utf8_on> and C<_utf8_off>,
but this is considered bad style. Especially C<_utf8_on> can be dangerous, for
the same reason that C<:utf8> can.
-There are some shortcuts for oneliners; see C<-C> in L<perlrun>.
+There are some shortcuts for oneliners;
+see L<-C|perlrun/-C [numberE<sol>list]> in L<perlrun>.
=head2 What's the difference between C<UTF-8> and C<utf8>?