diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-10 08:05:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-10 08:05:13 +0000 |
commit | ffb866b145ba71c6c0a226cdac1b426da575c90b (patch) | |
tree | d268d5e34f7bcdc3d485b234e940006f31ba67c5 /pod/perldiag.pod | |
parent | 86173d902c03e4de5d1e5e2acd88d8a6bb5a0015 (diff) | |
download | perl-ffb866b145ba71c6c0a226cdac1b426da575c90b.tar.gz |
Detypo and explain better.
p4raw-id: //depot/perl@21156
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index f30a94b8d2..a88b0d83a9 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1333,12 +1333,13 @@ See L<perlfunc/pack>. =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 +When reading in different encodings Perl tries to map everything +into Unicode characters. The bytes you read in are not legal in +this encoding, for example utf8 "\xE4" does not map to Unicode -if you try to read in the a-diaerers Latin-1 as UTF-8. +if you try to read in the a-diaereses Latin-1 as UTF-8. =item Don't know how to handle magic of type '%s' |