mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
f082b6697f
- While here, enhance description a bit PR: ports/171920 [1] Submitted by: Takanori Yamamoto <takanori@miko.org>
12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
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/
|