summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-03 16:47:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-03 16:47:30 +0000
commit9b4e380a0c2cfcae174bddd911f9f6437cd7d53f (patch)
treeace0dd8984ce67ae8bf0e74dfa0a3b7dcae8d86e /pod/perltodo.pod
parentdee4fd60ac48abef5b51dded36ba5990e53c7daf (diff)
downloadperl-9b4e380a0c2cfcae174bddd911f9f6437cd7d53f.tar.gz
Unicode properties: fix L& (the #12319 didn't allow L&,
only IsL&) and Inherited (negative lookahead good); add tests for Common, Inherited, and L&. p4raw-id: //depot/perl@12320
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 1f57c0c1ea..2a086f91c5 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -73,9 +73,9 @@ C<\p{IsPs}>.
=item *
-Allow for the metaproperties C<Any> and C<Assigned>, and C<Common>;
+Allow for the metaproperties C<Any> and C<Assigned>;
C<Alphabetic>, C<Ideographic>, C<Lowercase>, C<Uppercase> (note that
-are large classes than the general categories C<Lu> and C<Ll>),
+these are larger classes than the general categories C<Lu> and C<Ll>),
C<White Space>, C<Bidi Control>, C<Join Control>, C<ASCII Hex Digit>,
C<Hex Digit>, <Noncharacter Code Point>, C<ID Start>, C<ID Continue>,
C<XID Start>, C<XID Continue>, C<NF*_NO>, C<NF*_MAYBE>.