Unicode::UCD: correct minor pod error
authorKarl Williamson <public@khwilliamson.com>
Wed, 14 Sep 2011 01:38:33 +0000 (19:38 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:18 +0000 (08:09 -0700)
An unassigned code point is considered to be in the "Unknown" script by
Unicode, and since 5.14, this function returns that correct value.

lib/Unicode/UCD.pm

index 22e1176..a1e5244 100644 (file)
@@ -579,7 +579,7 @@ sub charblock {
 
 With a L</code point argument> charscript() returns the I<script> the
 code point belongs to, e.g.  C<Latin>, C<Greek>, C<Han>.
-If the code point is unassigned, it returns B<undef>
+If the code point is unassigned, it returns C<"Unknown">.
 
 If supplied with an argument that can't be a code point, charscript() tries
 to do the opposite and interpret the argument as a code point script. The