summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-07 15:06:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-07 15:06:35 +0000
commit5eadf7c5551258c52252c0a8d5e9207fa6d9d4b3 (patch)
tree862713ae882b1254f86613b544790c1a0043a1ea /pod
parent42a96e2f9443f3338945ea4f77f6513fa81ee690 (diff)
downloadperl-5eadf7c5551258c52252c0a8d5e9207fa6d9d4b3.tar.gz
Good catch from Gisle.
p4raw-id: //depot/perl@20059
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 25bf159867..daeb6be9ff 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -5626,7 +5626,7 @@ for a return value for 0 to decide whether you're done.
Note that if the filehandle has been marked as C<:utf8> Unicode
characters are read instead of bytes (the LENGTH, OFFSET, and the
-return value of sysread() are in UTF-8 encoded Unicode characters).
+return value of sysread() are in Unicode characters).
The C<:encoding(...)> layer implicitly introduces the C<:utf8> layer.
See L</binmode>, L</open>, and the C<open> pragma, L<open>.