projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f535407
)
perlunifaq: Use L<> to actual link instead of C<>
author
Karl Williamson
<public@khwilliamson.com>
Sat, 18 Jun 2011 16:59:44 +0000
(10:59 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Tue, 21 Jun 2011 13:59:00 +0000
(07:59 -0600)
pod/perlunifaq.pod
patch
|
blob
|
history
diff --git
a/pod/perlunifaq.pod
b/pod/perlunifaq.pod
index 9fd2b3805679a7b04b446496571cf59a8f369f57..9bd103c9ac29375311a7f587fb3321db7c08155f 100644
(file)
--- a/
pod/perlunifaq.pod
+++ b/
pod/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>?