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:
968342a
)
perldiag: ‘...illegal for interchange’ is a default warning
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 27 Jun 2012 07:30:36 +0000
(
00:30
-0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 27 Jun 2012 07:52:53 +0000
(
00:52
-0700)
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
88ba1a5
..
94f23c9
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-4948,7
+4948,7
@@
internal consistency check. It encountered a malformed op tree.
=item Unicode non-character U+%X is illegal for open interchange
-(
W
utf8, nonchar) Certain codepoints, such as U+FFFE and U+FFFF, are
+(
S
utf8, nonchar) Certain codepoints, such as U+FFFE and U+FFFF, are
defined by the Unicode standard to be non-characters. Those are
legal codepoints, but are reserved for internal use; so, applications
shouldn't attempt to exchange them. If you know what you are doing