diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-04 03:42:04 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-04 03:42:04 +0000 |
commit | 1ac13f9adaf79f6c342d2230ad9a2b9a7918e1b2 (patch) | |
tree | 42a9540e9c6f819e494837489e5084b1e167ce86 /pod/perltodo.pod | |
parent | 1b907316ce9a27a760590c1349443905f1afc6f2 (diff) | |
download | perl-1ac13f9adaf79f6c342d2230ad9a2b9a7918e1b2.tar.gz |
Yet more Unicode properties.
p4raw-id: //depot/perl@12334
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 2a086f91c5..b903593ff2 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -73,12 +73,9 @@ C<\p{IsPs}>. =item * -Allow for the metaproperties C<Any> and C<Assigned>; -C<Alphabetic>, C<Ideographic>, C<Lowercase>, C<Uppercase> (note that -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>. +Allow for the metaproperties: C<XID Start>, C<XID Continue>, +C<NF*_NO>, C<NF*_MAYBE> (require the DerivedCoreProperties and +DerviceNormalizationProperties files). There are also enumerated properties: C<Decomposition Type>, C<Numeric Type>, C<East Asian Width>, C<Line Break>. These |