1This is a Perl extension module to use NKF (Network Kanji Filter).
2It converts the kanji code given as input (which encoding is
3automatically recognized) to designated kanji code such as ISO-2022-JP,
4Shift_JIS, EUC-JP, UTF-8, UTF-16 or UTF-32.
5
6The syntax is as follows:
7
8	use NKF;
9	$output = nkf (@flags, $input)
10