projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6da82d4
)
Lest people get worried about not having PerlIO.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 26 Jan 2003 12:18:10 +0000
(12:18 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 26 Jan 2003 12:18:10 +0000
(12:18 +0000)
p4raw-id: //depot/perl@18588
pod/perluniintro.pod
patch
|
blob
|
history
diff --git
a/pod/perluniintro.pod
b/pod/perluniintro.pod
index
3a23460
..
7094464
100644
(file)
--- 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