Lest people get worried about not having PerlIO.
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 26 Jan 2003 12:18:10 +0000 (12:18 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 26 Jan 2003 12:18:10 +0000 (12:18 +0000)
p4raw-id: //depot/perl@18588

pod/perluniintro.pod

index 3a23460..7094464 100644 (file)
@@ -435,7 +435,8 @@ UTF-8 encoded.  A C<use open ':utf8'> would have avoided the bug, or
 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