2012-09-25 09:34:49 +02:00
|
|
|
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.
|
2000-02-23 07:30:35 +01:00
|
|
|
|
2005-05-10 10:58:42 +02:00
|
|
|
The syntax is as follows:
|
2000-02-23 07:30:35 +01:00
|
|
|
|
|
|
|
use NKF;
|
2012-09-25 09:34:49 +02:00
|
|
|
$output = nkf (@flags, $input)
|
|
|
|
|
|
|
|
WWW: http://sourceforge.jp/projects/nkf/
|