diff options
author | Juerd Waalboer <#####@juerd.nl> | 2007-03-04 17:00:19 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-03-07 13:23:23 +0000 |
commit | 2575c402a8f9be55f848bdfb219afbf912c50ac1 (patch) | |
tree | c21a19c42deaa2dba098c38d74338a7c01328c28 /lib/PerlIO.pm | |
parent | 2a6a970fa1b36c99c83fd3fdd48253c1b567db9b (diff) | |
download | perl-2575c402a8f9be55f848bdfb219afbf912c50ac1.tar.gz |
Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)
Message-ID: <20070304150019.GN4723@c4.convolution.nl>
p4raw-id: //depot/perl@30493
Diffstat (limited to 'lib/PerlIO.pm')
-rw-r--r-- | lib/PerlIO.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm index 116deb5f35..c0acdec4a4 100644 --- a/lib/PerlIO.pm +++ b/lib/PerlIO.pm @@ -121,7 +121,7 @@ The C<:mmap> layer will not exist if platform does not support C<mmap()>. =item :utf8 -Declares that the stream accepts perl's internal encoding of +Declares that the stream accepts perl's I<internal> encoding of characters. (Which really is UTF-8 on ASCII machines, but is UTF-EBCDIC on EBCDIC machines.) This allows any character perl can represent to be read from or written to the stream. The UTF-X encoding |