From: Rafael Garcia-Suarez Date: Mon, 18 Oct 2004 11:25:20 +0000 (+0000) Subject: Add a missing warning categorisation in perldiag. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=10749184fbd7dcfe7ac73cd71876e978adcad266;p=p5sagit%2Fp5-mst-13.2.git Add a missing warning categorisation in perldiag. p4raw-id: //depot/perl@23378 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 77b7c51..71c3c26 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2102,7 +2102,7 @@ when the function is called. =item Malformed UTF-8 character (%s) -Perl detected something that didn't comply with UTF-8 encoding rules. +(W utf8) Perl detected something that didn't comply with UTF-8 encoding rules. One possible cause is that you read in data that you thought to be in UTF-8 but it wasn't (it was for example legacy 8-bit data). Another