Change 21019 by [EMAIL PROTECTED] on 2003/09/03 15:51:35
Also indicate the Unicode level here.
(The last date is non-committal :-)
Affected files ...
... //depot/perl/pod/perlunicode.pod#123 edit
Differences ...
==== //depot/perl/pod/perlunicode.pod#123 (text) ====
Index: perl/pod/perlunicode.pod
--- perl/pod/perlunicode.pod#122~20808~ Thu Aug 21 11:39:36 2003
+++ perl/pod/perlunicode.pod Wed Sep 3 08:51:35 2003
@@ -177,6 +177,10 @@
(^) 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.
End of Patch.