diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-01-26 12:18:10 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-01-26 12:18:10 +0000 |
commit | d0fadae5d4cea3f6bdf497d00d0f9244d89f6f89 (patch) | |
tree | 2f657b785a02c24b7fc5a6f16c2c60bd9fbde223 /pod/perluniintro.pod | |
parent | 6da82d49cf0eed31af6c929b02e2107edccbb7e2 (diff) | |
download | perl-d0fadae5d4cea3f6bdf497d00d0f9244d89f6f89.tar.gz |
Lest people get worried about not having PerlIO.
p4raw-id: //depot/perl@18588
Diffstat (limited to 'pod/perluniintro.pod')
-rw-r--r-- | pod/perluniintro.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index 3a2346004c..7094464a43 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -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 |