From: Slaven Rezic Date: Thu, 5 Feb 2009 11:47:53 +0000 (+0100) Subject: "wide character" warnings are severe X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c8f794576f0d940fc66e0fc10236a1b54a7e40a3;p=p5sagit%2Fp5-mst-13.2.git "wide character" warnings are severe --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 9aeaff7..03b5150 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4982,7 +4982,7 @@ So put in parentheses to say what you really mean. =item Wide character in %s -(W utf8) Perl met a wide character (>255) when it wasn't expecting +(S utf8) Perl met a wide character (>255) when it wasn't expecting one. This warning is by default on for I/O (like print). The easiest way to quiet this warning is simply to add the C<:utf8> layer to the output, e.g. C. Another way to turn off the