summaryrefslogtreecommitdiff
path: root/pod/perlrecharclass.pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-10-20 19:22:35 -0600
committerKarl Williamson <public@khwilliamson.com>2011-10-20 19:39:31 -0600
commit0be9b861b326969b378910bfcdea3f19d0d42992 (patch)
tree76c2f3c7e3e7cee4b6a02b8a2ad306a6983f5b6a /pod/perlrecharclass.pod
parent8558c2235a840b517d5695dacda27eee886382e5 (diff)
downloadperl-0be9b861b326969b378910bfcdea3f19d0d42992.tar.gz
perlrecharclass: Nit
Diffstat (limited to 'pod/perlrecharclass.pod')
-rw-r--r--pod/perlrecharclass.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod
index 3a105798a0..f50699b951 100644
--- a/pod/perlrecharclass.pod
+++ b/pod/perlrecharclass.pod
@@ -722,7 +722,8 @@ it could alter the behavior of C<[[:punct:]]>).
The similarly named property, C<\p{Punct}>, matches a somewhat different
set in the ASCII range, namely
-C<[-!"#%&'()*,./:;?@[\\\]_{}]>. That is, it is missing C<[$+E<lt>=E<gt>^`|~]>.
+C<[-!"#%&'()*,./:;?@[\\\]_{}]>. That is, it is missing the nine
+characters C<[$+E<lt>=E<gt>^`|~]>.
This is because Unicode splits what POSIX considers to be punctuation into two
categories, Punctuation and Symbols.