Change 16387 by rgs@rgs-home on 2002/05/04 13:29:33
Subject: [PATCH] channames.pm doc tweaks
From: Tatsuhiko Miyagawa <[EMAIL PROTECTED]>
Date: Sat, 04 May 2002 11:45:18 +0900
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/lib/charnames.pm#30 edit
Differences ...
==== //depot/perl/lib/charnames.pm#30 (text) ====
Index: perl/lib/charnames.pm
--- perl/lib/charnames.pm.~1~ Sat May 4 07:45:05 2002
+++ perl/lib/charnames.pm Sat May 4 07:45:05 2002
@@ -268,11 +268,11 @@
Pragma C<use charnames> supports arguments C<:full>, C<:short> and
script names. If C<:full> is present, for expansion of
-C<\N{CHARNAME}}> string C<CHARNAME> is first looked in the list of
+C<\N{CHARNAME}> string C<CHARNAME> is first looked in the list of
standard Unicode names of chars. If C<:short> is present, and
C<CHARNAME> has the form C<SCRIPT:CNAME>, then C<CNAME> is looked up
as a letter in script C<SCRIPT>. If pragma C<use charnames> is used
-with script name arguments, then for C<\N{CHARNAME}}> the name
+with script name arguments, then for C<\N{CHARNAME}> the name
C<CHARNAME> is looked up as a letter in the given scripts (in the
specified order).
End of Patch.