diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-09-25 07:34:49 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-09-25 07:34:49 +0000 |
commit | f082b6697f94d32fe31b79c43f3a306354e7c0c6 (patch) | |
tree | d97eeb878a193688db3d5f782847efed58c32eab /japanese | |
parent | 9534fc8e526c83693c813ac5556c2766523994f2 (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-nkf/pkg-descr | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/japanese/p5-nkf/pkg-descr b/japanese/p5-nkf/pkg-descr index c38182f146ed..326d3b0c5ab1 100644 --- a/japanese/p5-nkf/pkg-descr +++ b/japanese/p5-nkf/pkg-descr @@ -1,6 +1,11 @@ -This is a Perl extension module to use NKF. +This is a Perl extension module to use NKF (Network Kanji Filter). +It converts the kanji code given as input (which encoding is +automatically recognized) to designated kanji code such as ISO-2022-JP, +Shift_JIS, EUC-JP, UTF-8, UTF-16 or UTF-32. The syntax is as follows: use NKF; - $output = nkf ($flags, $input) + $output = nkf (@flags, $input) + +WWW: http://sourceforge.jp/projects/nkf/ |