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:
3fc8aa0
)
perldiag: ‘Code point is not Unicode’ is a default warning
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 27 Jun 2012 07:35:11 +0000
(
00:35
-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
0e22bb7
..
b4cfd12
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-1426,7
+1426,7
@@
another template code following the slash. See L<perlfunc/pack>.
=item Code point 0x%X is not Unicode, all \p{} matches fail; all \P{} matches succeed
-(
W
utf8, non_unicode) You had a code point above the Unicode maximum
+(
S
utf8, non_unicode) You had a code point above the Unicode maximum
of U+10FFFF.
Perl allows strings to contain a superset of Unicode code points, up