Change 18588 by jhi@kosh on 2003/01/26 12:18:10
Lest people get worried about not having PerlIO.
Affected files ...
... //depot/perl/pod/perluniintro.pod#46 edit
Differences ...
==== //depot/perl/pod/perluniintro.pod#46 (text) ====
Index: perl/pod/perluniintro.pod
--- perl/pod/perluniintro.pod#45~18490~ Wed Jan 15 17:58:39 2003
+++ perl/pod/perluniintro.pod Sun Jan 26 04:18:10 2003
@@ -435,7 +435,8 @@
explicitly opening also the F<file> for input as UTF-8.
B<NOTE>: the C<:utf8> and C<:encoding> features work only if your
-Perl has been built with the new PerlIO feature.
+Perl has been built with the new PerlIO feature (which is the default
+on most systems).
=head2 Displaying Unicode As Text
End of Patch.