From: Jarkko Hietaniemi Date: Tue, 30 Dec 2003 15:37:55 +0000 (+0200) Subject: more uni doc tweakage X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6cd4dd6cc935be7db587394c8958d598b1ec3baa;p=p5sagit%2Fp5-mst-13.2.git more uni doc tweakage Message-ID: <20031230133755.GA23118@vipunen.hut.fi> Date: Tue, 30 Dec 2003 15:37:55 +0200 Subject: one more pod fix From: Jarkko Hietaniemi Message-ID: <20031230135641.GA24516@vipunen.hut.fi> Date: Tue, 30 Dec 2003 15:56:41 +0200 p4raw-id: //depot/perl@22013 --- diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm index 3b277d9..e167212 100644 --- a/lib/PerlIO.pm +++ b/lib/PerlIO.pm @@ -317,7 +317,7 @@ B The arguments to layers are by default returned in parenthesis after the name of the layer, and certain layers (like C) are not real layers but instead flags on real layers: to get all of these returned -separately use the optional C argument: +separately use the optional C
argument: my @layer_and_args_and_flags = PerlIO::get_layers($fh, details => 1); diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index d47e7df..08f8b71 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1087,8 +1087,9 @@ as Unicode (UTF-8), there still are many places where Unicode (in some encoding or another) could be given as arguments or received as results, or both, but it is not. -The following are such interfaces. For all of these Perl currently -(as of 5.8.1) simply assumes byte strings both as arguments and results. +The following are such interfaces. For all of these interfaces Perl +currently (as of 5.8.3) simply assumes byte strings both as arguments +and results, or UTF-8 strings if the C pragma has been used. One reason why Perl does not attempt to resolve the role of Unicode in this cases is that the answers are highly dependent on the operating