1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/japanese/p5-nkf/pkg-descr
Frederic Culot f082b6697f - Fix typo in pkg-descr [1]
- While here, enhance description a bit

PR:		ports/171920 [1]
Submitted by:	Takanori Yamamoto <takanori@miko.org>
2012-09-25 07:34:49 +00:00

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/