This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
152f778
)
"Malformed UTF-16 surrogate" is a fatal error
author
Rafael Garcia-Suarez
<rgs@consttype.org>
Fri, 2 Oct 2009 15:52:42 +0000
(17:52 +0200)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Fri, 2 Oct 2009 15:53:07 +0000
(17:53 +0200)
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
026b68e
..
606426f
100644
(file)
--- 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