diff options
author | Simon Cozens <simon@netthink.co.uk> | 2001-07-20 07:42:35 -0400 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-07-20 14:51:03 +0000 |
commit | 9046a8ae3aad1f7eda5affd38301ac2313201634 (patch) | |
tree | 8124dc1d111f54b51d12d29471f5c3d68cae8d3d | |
parent | c3613ed7dad95a8f32438d1d213e559538fe94db (diff) | |
download | perl-9046a8ae3aad1f7eda5affd38301ac2313201634.tar.gz |
Fix erronous documentation
Message-Id: <20010720114235.A5235@netthink.co.uk>
p4raw-id: //depot/perl@11419
-rw-r--r-- | lib/UnicodeCD.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/UnicodeCD.pm b/lib/UnicodeCD.pm index f80d753444..2aa833f233 100644 --- a/lib/UnicodeCD.pm +++ b/lib/UnicodeCD.pm @@ -393,8 +393,8 @@ by L</charblocks> and </charscripts> 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<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. |