This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c800200
)
Remove BUG report from pod that is now fixed
author
Karl Williamson
<khw@khw-desktop.(none)>
Sat, 29 May 2010 19:34:55 +0000
(13:34 -0600)
committer
David Golden
<dagolden@cpan.org>
Mon, 28 Jun 2010 23:49:26 +0000
(19:49 -0400)
viacode now works correctly for 0.
lib/charnames.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/charnames.pm
b/lib/charnames.pm
index
637c215
..
eddf66a
100644
(file)
--- a/
lib/charnames.pm
+++ b/
lib/charnames.pm
@@
-557,8
+557,6
@@
past U+10FFFF you do get a warning.) See L</BUGS> below.
viacode should return an empty string for unassigned in-range Unicode code
points, as that is their correct current name.
-viacode(0) doesn't return C<NULL>, but C<undef>
-
vianame returns a chr if the input name is of the form C<U+...>, and an ord
otherwise. It is planned to change this to always return an ord.