Detypo and explain better.
Jarkko Hietaniemi [Wed, 10 Sep 2003 08:05:13 +0000 (08:05 +0000)]
p4raw-id: //depot/perl@21156

pod/perldiag.pod

index f30a94b..a88b0d8 100644 (file)
@@ -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'