From: Jarkko Hietaniemi Date: Mon, 7 Jul 2003 15:06:35 +0000 (+0000) Subject: Good catch from Gisle. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5eadf7c5551258c52252c0a8d5e9207fa6d9d4b3;p=p5sagit%2Fp5-mst-13.2.git Good catch from Gisle. p4raw-id: //depot/perl@20059 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 25bf159..daeb6be 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, L, and the C pragma, L.