diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-17 22:22:47 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-17 22:22:47 +0000 |
commit | 72ff290864ea88cc224b5d3af7058f500755f94a (patch) | |
tree | f234643fe093a72f93714de2121657434ab42612 /pod/perlunicode.pod | |
parent | c8795d8b7ccb16a95758a094cc4a0572927cb4cc (diff) | |
download | perl-72ff290864ea88cc224b5d3af7058f500755f94a.tar.gz |
Banish "use utf8".
p4raw-id: //depot/perl@13064
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r-- | pod/perlunicode.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 2fca71454a..64116bcae1 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -782,7 +782,7 @@ for more discussion of the issues. =head1 SEE ALSO -L<encoding>, L<Encode>, L<open>, L<bytes>, L<utf8>, L<perlretut>, -L<perlvar/"${^WIDE_SYSTEM_CALLS}"> +L<perluniintro>, L<encoding>, L<Encode>, L<open>, L<utf8>, L<bytes>, +L<perlretut>, L<perlvar/"${^WIDE_SYSTEM_CALLS}"> =cut |