Searched refs:charinfo (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm14 our @EXPORT_OK = qw(charinfo
29 use Unicode::UCD 'charinfo';
30 my $charinfo = charinfo($codepoint);
85 =head2 charinfo
87 use Unicode::UCD 'charinfo';
89 my $charinfo = charinfo(0x41);
91 charinfo() returns a reference to a hash that has the following fields
117 The C<block> property is the same as returned by charinfo()
192 sub charinfo { subroutine
[all...]

Completed in 22 milliseconds