Abandon plans to change viacode's return of unassigned
authorKarl Williamson <khw@khw-desktop.(none)>
Wed, 30 Jun 2010 20:55:16 +0000 (14:55 -0600)
committerJesse Vincent <jesse@bestpractical.com>
Sun, 4 Jul 2010 20:43:42 +0000 (21:43 +0100)
commit0320cda07264be63db1ffb5e9512ee11cad682e8
tree05772ef3199b8d12cb2a67145e8f945b670c7d06
parent232cbbee26bf464eff66953e51b99f7293f3d676
Abandon plans to change viacode's return of unassigned

The BUGS section of the charnames pod said that it was a bug to return
undef for unassigned characters, whereas the real Unicode name is the
empty string.  demerphq noted that undef stringifies to the empty
string, so we are in fact in compliance with the standard.  This
clarifies the pod wording, removing the text from the BUGS section.
lib/charnames.pm