summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-09-03 15:51:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-09-03 15:51:35 +0000
commit14bb0a9a08468b34d6bd39a990c2bd5d097cab1f (patch)
treef1bf1e7bdca3ec71ead997f03c10dfba8f16902b /pod
parent113b9ccf36972dcace0731b141e2be76cf4d465d (diff)
downloadperl-14bb0a9a08468b34d6bd39a990c2bd5d097cab1f.tar.gz
Also indicate the Unicode level here.
(The last date is non-committal :-) p4raw-id: //depot/perl@21019
Diffstat (limited to 'pod')
-rw-r--r--pod/perlunicode.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index 106012cdfd..5f9ee29ece 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -177,6 +177,10 @@ You can also use negation in both C<\p{}> and C<\P{}> by introducing a caret
(^) between the first brace and the property name: C<\p{^Tamil}> is
equal to C<\P{Tamil}>.
+B<NOTE: the properties, scripts, and blocks listed here are as of
+Unicode 3.2.0, March 2002, or Perl 5.8.0, July 2002. Unicode 4.0.0
+came out in April 2003, and Perl 5.8.1 in September 2003.>
+
Here are the basic Unicode General Category properties, followed by their
long form. You can use either; C<\p{Lu}> and C<\p{UppercaseLetter}>,
for instance, are identical.