From 0be9b861b326969b378910bfcdea3f19d0d42992 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 20 Oct 2011 19:22:35 -0600 Subject: [PATCH] perlrecharclass: Nit --- pod/perlrecharclass.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index 3a10579..f50699b 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=E^`|~]>. +C<[-!"#%&'()*,./:;?@[\\\]_{}]>. That is, it is missing the nine +characters C<[$+E=E^`|~]>. This is because Unicode splits what POSIX considers to be punctuation into two categories, Punctuation and Symbols. -- 1.8.3.1