Change 11419 by nick@camel-linux on 2001/07/20 14:51:03
Subject: [PATCH UnicodeCD.pm] Fix erronous documentation
From: Simon Cozens <[EMAIL PROTECTED]>
Date: Fri, 20 Jul 2001 11:42:35 -0400
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/lib/UnicodeCD.pm#2 edit
Differences ...
==== //depot/perl/lib/UnicodeCD.pm#2 (text) ====
Index: perl/lib/UnicodeCD.pm
--- perl/lib/UnicodeCD.pm.~1~ Fri Jul 20 09:00:05 2001
+++ perl/lib/UnicodeCD.pm Fri Jul 20 09:00:05 2001
@@ -393,8 +393,8 @@
my $compexcl = compexcl("09dc");
The compexcl() returns the composition exclusion (that is, if the
-character cannot be decomposed) of the character specified by a B<code
-point argument>.
+character should not be produced during a precomposition) of the
+character specified by a B<code point argument>.
If there is a composition exclusion for the character, true is
returned. Otherwise, false is returned.
End of Patch.