From: Jarkko Hietaniemi Date: Sun, 26 Jan 2003 12:18:10 +0000 (+0000) Subject: Lest people get worried about not having PerlIO. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d0fadae5d4cea3f6bdf497d00d0f9244d89f6f89;p=p5sagit%2Fp5-mst-13.2.git Lest people get worried about not having PerlIO. p4raw-id: //depot/perl@18588 --- diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index 3a23460..7094464 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -435,7 +435,8 @@ UTF-8 encoded. A C would have avoided the bug, or explicitly opening also the F for input as UTF-8. B: 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