diff options
author | leeym <leeym@FreeBSD.org> | 2006-11-15 16:16:40 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-11-15 16:16:40 +0800 |
commit | b8923fa3e199cf129a5fba056e9c0d883a994107 (patch) | |
tree | a43013801cb4232da46409e496e21fa9f7c9174d /textproc/Makefile | |
parent | 05aa6564ae20a2e65b4a871676a2948126a41b25 (diff) | |
download | freebsd-ports-gnome-b8923fa3e199cf129a5fba056e9c0d883a994107.tar.gz freebsd-ports-gnome-b8923fa3e199cf129a5fba056e9c0d883a994107.tar.zst freebsd-ports-gnome-b8923fa3e199cf129a5fba056e9c0d883a994107.zip |
- 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/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 66d582adc97c..2cbf0804e0cd 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -561,6 +561,7 @@ SUBDIR += p5-URI-Find SUBDIR += p5-Unicode-CheckUTF8 SUBDIR += p5-Unicode-Normalize + SUBDIR += p5-Unicode-Unihan SUBDIR += p5-WDDX SUBDIR += p5-WWW-Google-SiteMap SUBDIR += p5-WordNet-QueryData |