blob: 326d3b0c5ab1131aa4ed1d49e88679904d56375d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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)
WWW: http://sourceforge.jp/projects/nkf/
|