From: SADAHIRO Tomoyuki Date: Tue, 28 May 2002 22:46:41 +0000 (+0900) Subject: Doc fix for charnames::vianame X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eb6a2339ad9f670cbbb568923067c047241c85f0;p=p5sagit%2Fp5-mst-13.2.git Doc fix for charnames::vianame Message-Id: <20020528223607.9EBF.BQW10602@nifty.com> p4raw-id: //depot/perl@16834 --- diff --git a/lib/charnames.pm b/lib/charnames.pm index 5295080..d826cb3 100644 --- a/lib/charnames.pm +++ b/lib/charnames.pm @@ -349,7 +349,7 @@ to custom translators. Notice that the name returned for of U+FEFF is "ZERO WIDTH NO-BREAK SPACE", not "BYTE ORDER MARK". -=head1 charnames::vianame(code) +=head1 charnames::vianame(name) Returns the code point indicated by the name. The example @@ -358,9 +358,9 @@ The example prints "2722". -Returns undef if no name is known for the name. +Returns undef if the name is unknown. -This works only for the standard names, and does not yet aply +This works only for the standard names, and does not yet apply to custom translators. =head1 ALIASES