ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
11 lines
374 B
Text
11 lines
374 B
Text
Unicode::Unihan - The Unihan Data Base 5.1.0
|
|
|
|
use Unicode::Unihan;
|
|
my $db = new Unicode::Unihan;
|
|
print join("," => $db->Mandarin("\x{5c0f}\x{98fc}\x{5f3e}"), "\n";
|
|
|
|
This module provides a user-friendly interface to the Unicode Unihan
|
|
Database 5.1.0. With this module, the Unihan database is as easy as shown in
|
|
above.
|
|
|
|
WWW: https://metacpan.org/release/Unicode-Unihan
|