From 14aeae98ed113b6b6569fb3709a338c321a5c738 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 13 Jun 2011 13:00:41 -0600 Subject: [PATCH] charnames: Minor pod clarifications --- lib/charnames.pm | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/lib/charnames.pm b/lib/charnames.pm index 020ab7c..d758543 100644 --- a/lib/charnames.pm +++ b/lib/charnames.pm @@ -987,7 +987,7 @@ charnames - access to Unicode character names and named character sequences; als mychar => 0xE8000, # Private use area }; print "\N{e_ACUTE} is a small letter e with an acute.\n"; - print "\\N{mychar} allows me to name private use characters.\n"; + print "\N{mychar} allows me to name private use characters.\n"; use charnames (); print charnames::viacode(0x1234); # prints "ETHIOPIC SYLLABLE SEE" @@ -1043,26 +1043,29 @@ name, when the I<...> is a number (or comma separated pair of numbers (see L), and is not related to this pragma. The C pragma supports arguments C<:full>, C<:short>, script -names and customized aliases. If C<:full> is present, for expansion of +names and L. If C<:full> is present, for +expansion of C<\N{I}>, the string I is first looked up in the list of standard Unicode character names. If C<:short> is present, and I has the form C:I>, then I is looked up -as a letter in script I