diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-02-16 11:04:17 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-02-16 11:14:53 -0700 |
commit | 2f8114fb08248fa8661a45c7e473b59c7e633458 (patch) | |
tree | d80c51d2617b452deb5da174534a330d23a3d8ae /lib/charnames.pm | |
parent | bc75372eb06a2f24a68b49a2bd73d6209dd2690f (diff) | |
download | perl-2f8114fb08248fa8661a45c7e473b59c7e633458.tar.gz |
charnames.pm: Nit in pod
Diffstat (limited to 'lib/charnames.pm')
-rw-r--r-- | lib/charnames.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/charnames.pm b/lib/charnames.pm index a38ea7b0bb..07ffe80a13 100644 --- a/lib/charnames.pm +++ b/lib/charnames.pm @@ -1,7 +1,7 @@ package charnames; use strict; use warnings; -our $VERSION = '1.35'; +our $VERSION = '1.36'; use unicore::Name; # mktables-generated algorithmically-defined names use _charnames (); # The submodule for this where most of the work gets done @@ -357,7 +357,7 @@ C<string_vianame> returns C<undef> instead of it being a syntax error. =head1 charnames::vianame(I<name>) This is similar to C<string_vianame>. The main difference is that under most -circumstances, vianame returns an ordinal code +circumstances, C<vianame> returns an ordinal code point, whereas C<string_vianame> returns a string. For example, printf "U+%04X", charnames::vianame("FOUR TEARDROP-SPOKED ASTERISK"); |