blob: 32da53c0ac687fdbd743dc08b569710159231ef7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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: http://search.cpan.org/dist/Unicode-Unihan/
|