diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-01 14:51:20 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-01 14:51:20 +0000 |
commit | 61247495ece8f182b8387d5edcd26d5a5a7eaf4e (patch) | |
tree | d9a82e4ab910550fbef194636171c744ca331caf /pod | |
parent | 0da60cf5bdbc37955569c69225af7f1d6b5bb35a (diff) | |
download | perl-61247495ece8f182b8387d5edcd26d5a5a7eaf4e.tar.gz |
Also the ^Is is optional.
p4raw-id: //depot/perl@12293
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlunicode.pod | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 4d6be20ffa..43ab5cb9be 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -187,11 +187,12 @@ You can also negate both C<\p{}> and C<\P{}> by introducing a caret (^) between the first curly and the property name: C<\p{^InTamil}> is equal to C<\P{InTamil}>. -The C<In> can be left out: C<\p{Greek}> is equal to C<\p{InGreek}>. +The C<In> and C<Is> can be left out: C<\p{Greek}> is equal to +C<\p{InGreek}>, C<\P{Pd}> is equal to C<\P{Pd}>. -Here is the list as of Unicode 3.1.1 (the two-letter classes) and -as defined by Perl (the one-letter classes) (in Unicode materials -what Perl calls C<L> is often called C<L&>): +Here is the list as of Unicode 3.1.1 (the two-letter classes) and as +defined by Perl (the one-letter classes) (what Perl calls C<L> is +often in Unicode materials called C<L&>): L Letter Lu Letter, Uppercase @@ -324,8 +325,8 @@ version has C<Block> appended to its name, C<\p{InKatakanaBlock}>. Notice that this definition was introduced in Perl 5.8.0: in Perl 5.6.0 only the blocks were used; in Perl 5.8.0 scripts became the -preferential character class definition; this meant that the -definitions of some character classes changed (the ones in the +preferential Unicode character class definition; this meant that +the definitions of some character classes changed (the ones in the below list that have the C<Block> appended). BasicLatin |