Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2012 07:34:49 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304819 - head/japanese/p5-nkf
Message-ID:  <201209250734.q8P7Ynjo086634@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Tue Sep 25 07:34:49 2012
New Revision: 304819
URL: http://svn.freebsd.org/changeset/ports/304819

Log:
  - Fix typo in pkg-descr [1]
  - While here, enhance description a bit
  
  PR:		ports/171920 [1]
  Submitted by:	Takanori Yamamoto <takanori@miko.org>

Modified:
  head/japanese/p5-nkf/pkg-descr

Modified: head/japanese/p5-nkf/pkg-descr
==============================================================================
--- head/japanese/p5-nkf/pkg-descr	Tue Sep 25 07:07:33 2012	(r304818)
+++ head/japanese/p5-nkf/pkg-descr	Tue Sep 25 07:34:49 2012	(r304819)
@@ -1,6 +1,11 @@
-This is a Perl extension module to use NKF.
+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)
+	$output = nkf (@flags, $input)
+
+WWW: http://sourceforge.jp/projects/nkf/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209250734.q8P7Ynjo086634>