From: Rafael Garcia-Suarez <rgs@consttype.org>
Date: Fri, 2 Oct 2009 15:52:42 +0000 (+0200)
Subject: "Malformed UTF-16 surrogate" is a fatal error
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=183097aac13f47703f3b0cefdd5ef50f710b01fd;p=p5sagit%2Fp5-mst-13.2.git

"Malformed UTF-16 surrogate" is a fatal error
---

diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 026b68e..606426f 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -2330,7 +2330,7 @@ See also L<Encode/"Handling Malformed Data">.
 
 =item Malformed UTF-16 surrogate
 
-Perl thought it was reading UTF-16 encoded character data but while
+(F) Perl thought it was reading UTF-16 encoded character data but while
 doing it Perl met a malformed Unicode surrogate.
 
 =item Malformed UTF-8 string in pack