diff options
author | Slaven Rezic <srezic@iconmobile.com> | 2009-02-05 12:47:53 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-02-05 23:05:11 +0100 |
commit | c8f794576f0d940fc66e0fc10236a1b54a7e40a3 (patch) | |
tree | 078baee6845e84c9cca74159bb6f158b9a72521a /pod | |
parent | aefe3e7eb5caf2308d0c098e045a537a24dc42b6 (diff) | |
download | perl-c8f794576f0d940fc66e0fc10236a1b54a7e40a3.tar.gz |
"wide character" warnings are severe
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 9aeaff7a0d..03b51504ef 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<binmode STDOUT, ':utf8'>. Another way to turn off the |