Change 20059 by [EMAIL PROTECTED] on 2003/07/07 15:06:35
Good catch from Gisle.
Affected files ...
... //depot/perl/pod/perlfunc.pod#395 edit
Differences ...
==== //depot/perl/pod/perlfunc.pod#395 (text) ====
Index: perl/pod/perlfunc.pod
--- perl/pod/perlfunc.pod#394~20051~ Mon Jul 7 02:56:48 2003
+++ perl/pod/perlfunc.pod Mon Jul 7 08:06:35 2003
@@ -5626,7 +5626,7 @@
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>.
End of Patch.