From: Jarkko Hietaniemi Date: Wed, 10 Sep 2003 06:16:28 +0000 (+0000) Subject: Document a PerlIO/Encode warning. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e944adaebcc9a91185478dbc0f0fe933f108b22d;p=p5sagit%2Fp5-mst-13.2.git Document a PerlIO/Encode warning. p4raw-id: //depot/perl@21151 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 3ed1161..f30a94b 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1331,6 +1331,15 @@ define a C<$VERSION.> (F) You cannot put a repeat count of any kind right after the '/' code. See L. +=item %s "\x%s" does not map to Unicode + +You tried to read in some encoding using PerlIO, but the bytes you +read in are not legal in that encoding, for example + + utf8 "\xE4" does not map to Unicode + +if you try to read in the a-diaerers Latin-1 as UTF-8. + =item Don't know how to handle magic of type '%s' (P) The internal handling of magical variables has been cursed.