Commit graph

3 commits

Author SHA1 Message Date
Yen-Ming Lee
f95ba4ad57 - update to 0.04 2008-06-14 23:33:46 +00:00
Yen-Ming Lee
0039ee3d1e - update to 0.03 to support the Unihan Data Base 5.0.0 2007-03-29 05:28:00 +00:00
Yen-Ming Lee
e446e3ba75 - Add p5-Unicode-Unihan-0.02
Unicode::Unihan - The Unihan Data Base 3.2.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 3.2. With this module, the Unihan database is as easy as shown in
above.

WWW: http://search.cpan.org/dist/Unicode-Unihan/
2006-11-15 08:16:40 +00:00