Add a missing warning categorisation in perldiag.
Rafael Garcia-Suarez [Mon, 18 Oct 2004 11:25:20 +0000 (11:25 +0000)]
p4raw-id: //depot/perl@23378

pod/perldiag.pod

index 77b7c51..71c3c26 100644 (file)
@@ -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