Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - update to 0.03 to support the Unihan Data Base 5.0.0 | Yen-Ming Lee | 2007-03-29 | 1 | -2/+5 |
| | | | | Notes: svn path=/head/; revision=188711 | ||||
* | - remove legacy support code for Perl 5.005_03 | Yen-Ming Lee | 2007-02-01 | 1 | -7/+1 |
| | | | | Notes: svn path=/head/; revision=183837 | ||||
* | - Add p5-Unicode-Unihan-0.02 | Yen-Ming Lee | 2006-11-15 | 1 | -0/+28 |
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 |