2008-06-15 01:33:46 +02:00
|
|
|
Unicode::Unihan - The Unihan Data Base 5.1.0
|
2006-11-15 09:16:40 +01:00
|
|
|
|
|
|
|
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
|
2008-06-15 01:33:46 +02:00
|
|
|
Database 5.1.0. With this module, the Unihan database is as easy as shown in
|
2006-11-15 09:16:40 +01:00
|
|
|
above.
|
|
|
|
|
|
|
|
WWW: http://search.cpan.org/dist/Unicode-Unihan/
|