Change 18606 by rgs@rgs-home on 2003/01/30 22:02:47
Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
From: [EMAIL PROTECTED]
Date: Thu, 30 Jan 2003 12:40:53 -0300
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlunicode.pod#115 edit
Differences ...
==== //depot/perl/pod/perlunicode.pod#115 (text) ====
Index: perl/pod/perlunicode.pod
--- perl/pod/perlunicode.pod#114~18490~ Wed Jan 15 17:58:39 2003
+++ perl/pod/perlunicode.pod Thu Jan 30 14:02:47 2003
@@ -178,7 +178,7 @@
equal to C<\P{Tamil}>.
Here are the basic Unicode General Category properties, followed by their
-long form. You can use either; C<\p{Lu}> and C<\p{LowercaseLetter}>,
+long form. You can use either; C<\p{Lu}> and C<\p{UppercaseLetter}>,
for instance, are identical.
Short Long
End of Patch.