From 27f95370545ea2bdccc56b112f740e848d3b2b1b Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 11 Sep 2013 17:53:03 -0700 Subject: [PATCH] perldiag: Rewrap an entry for better splain output --- pod/perldiag.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index bd2b331..5838a79 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -6343,9 +6343,9 @@ before now. Check your control flow. =item %s "\x%X" does not map to Unicode -(S utf8) 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 +(S utf8) 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 -- 2.7.4