aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Unicode-Unihan
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - update to 0.04Yen-Ming Lee2008-06-144-11/+11
| | | | Notes: svn path=/head/; revision=214859
* - update to 0.03 to support the Unihan Data Base 5.0.0Yen-Ming Lee2007-03-294-9/+21
| | | | Notes: svn path=/head/; revision=188711
* - remove legacy support code for Perl 5.005_03Yen-Ming Lee2007-02-011-7/+1
| | | | Notes: svn path=/head/; revision=183837
* - fix plistYen-Ming Lee2006-11-181-2/+0
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=177500
* - Add p5-Unicode-Unihan-0.02Yen-Ming Lee2006-11-154-0/+128
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/ Notes: svn path=/head/; revision=177304