From: Simon Cozens Date: Fri, 20 Jul 2001 11:42:35 +0000 (-0400) Subject: Fix erronous documentation X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9046a8ae3aad1f7eda5affd38301ac2313201634;p=p5sagit%2Fp5-mst-13.2.git Fix erronous documentation Message-Id: <20010720114235.A5235@netthink.co.uk> p4raw-id: //depot/perl@11419 --- diff --git a/lib/UnicodeCD.pm b/lib/UnicodeCD.pm index f80d753..2aa833f 100644 --- a/lib/UnicodeCD.pm +++ b/lib/UnicodeCD.pm @@ -393,8 +393,8 @@ by L and by using charinrange(): 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. +character should not be produced during a precomposition) of the +character specified by a B. If there is a composition exclusion for the character, true is returned. Otherwise, false is returned.