OSDN Git Service

Update documents.
authorNARUSE, Yui <naruse@users.sourceforge.jp>
Tue, 20 Jan 2009 04:36:20 +0000 (13:36 +0900)
committerNARUSE, Yui <naruse@users.sourceforge.jp>
Tue, 20 Jan 2009 04:36:20 +0000 (13:36 +0900)
NKF.mod/NKF.pm
man/nkf.1.pm
nkf.1
nkf.1j
nkf.doc
nkf32dll.c

index e37cc2c..e7f39f3 100644 (file)
@@ -35,7 +35,7 @@ require DynaLoader;
 @EXPORT = qw(
        nkf     nkf_continue    inputcode
 );
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 bootstrap NKF $VERSION;
 
@@ -88,10 +88,10 @@ details are specified by flags before the last argument.
 
 B<Nkf> is a yet another kanji code converter among networks, hosts and terminals.
 It converts input kanji code to designated kanji code
-such as ISO-2022-JP, Shift_JIS, EUC-JP, UTF-8 or UTF-16.
+such as ISO-2022-JP, Shift_JIS, EUC-JP, UTF-8, UTF-16 or UTF-32.
 
 One of the most unique faculty of B<nkf> is the guess of the input kanji encodings.
-It currently recognizes ISO-2022-JP, Shift_JIS, EUC-JP, UTF-8 and UTF-16.
+It currently recognizes ISO-2022-JP, Shift_JIS, EUC-JP, UTF-8, UTF-16 and UTF-32.
 So users needn't set the input kanji code explicitly.
 
 By default, X0201 kana is converted into X0208 kana.
@@ -504,7 +504,7 @@ Ignore rest of -option.
 
 Copyright (c) 1987, Fujitsu LTD. (Itaru ICHIKAWA).
 
-Copyright (c) 1996-2009, The nkf Project.  http://sourceforge.jp/projects/nkf
+Copyright (c) 1996-2009, The nkf Project.
 
 =begin
 
index 65dec1a..0564b3d 100644 (file)
@@ -1,25 +1,24 @@
-## Copyright (C) 1996,1998
-## Copyright (C) 2002
-## Ï¢ÍíÀ衧 Î°µåÂç³Ø¾ðÊ󹩳زʠ²ÏÌî ¿¿¼£  mime/X0208 support
-## ¡ÊE-Mail Address: kono@ie.u-ryukyu.ac.jp¡Ë
-## Ï¢ÍíÀ衧 COW for DOS & Win16 & Win32 & OS/2
-## ¡ÊE-Mail Address: GHG00637@niftyserve.or.p¡Ë
-##    
-##    ¤³¤Î¥½¡¼¥¹¤Î¤¤¤«¤Ê¤ëÊ£¼Ì¡¤²þÊÑ¡¤½¤Àµ¤âµöÂú¤·¤Þ¤¹¡£¤¿¤À¤·¡¢
-##    ¤½¤ÎºÝ¤Ë¤Ï¡¢Ã¯¤¬¹×¸¥¤·¤¿¤ò¼¨¤¹¤³¤ÎÉôʬ¤ò»Ä¤¹¤³¤È¡£
-##    ºÆÇÛÉۤ仨»ï¤ÎÉÕÏ¿¤Ê¤É¤ÎÌ䤤¹ç¤ï¤»¤âɬÍפ¢¤ê¤Þ¤»¤ó¡£
-##    ±ÄÍøÍøÍѤâ¾åµ­¤ËÈ¿¤·¤Ê¤¤ÈϰϤǵö²Ä¤·¤Þ¤¹¡£
-##    ¥Ð¥¤¥Ê¥ê¤ÎÇÛÉۤκݤˤÏversion message¤òÊݸ¤¹¤ë¤³¤È¤ò¾ò·ï¤È¤·¤Þ¤¹¡£
-##    ¤³¤Î¥×¥í¥°¥é¥à¤Ë¤Ä¤¤¤Æ¤ÏÆä˲¿¤ÎÊݾڤ⤷¤Ê¤¤¡¢°­¤·¤«¤é¤º¡£
-##    
-##    Everyone is permitted to do anything on this program
-##    including copying, modifying, improving, 
-##    as long as you don't try to pretend that you wrote it.
-##    i.e., the above copyright notice has to appear in all copies.  
-##    Binar y distribution requires original version messages.
-##    You don't have to ask before copying, redistribution or publishing.
-##    THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE.
-
+# Copyright (c) 1987, Fujitsu LTD. (Itaru ICHIKAWA).
+# Copyright (c) 1996-2009, The nkf Project.
+# All rights reserved.
+#
+# This software is provided 'as-is', without any express or implied
+# warranty. In no event will the authors be held liable for any damages
+# arising from the use of this software.
+#
+# Permission is granted to anyone to use this software for any purpose,
+# including commercial applications, and to alter it and redistribute it
+# freely, subject to the following restrictions:
+#
+# 1. The origin of this software must not be misrepresented; you must not
+# claim that you wrote the original software. If you use this software
+# in a product, an acknowledgment in the product documentation would be
+# appreciated but is not required.
+#
+# 2. Altered source versions must be plainly marked as such, and must not be
+# misrepresented as being the original software.
+#
+# 3. This notice may not be removed or altered from any source distribution.
 
 package NKF;
 
@@ -36,7 +35,7 @@ require DynaLoader;
 @EXPORT = qw(
        nkf     nkf_continue    inputcode
 );
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 bootstrap NKF $VERSION;
 
@@ -67,10 +66,10 @@ nkf B<[-butjnesliohrTVvwWJESZxXFfmMBOcdILg]> B<[>I<file ...>B<]>
 
 B<Nkf> is a yet another kanji code converter among networks, hosts and terminals.
 It converts input kanji code to designated kanji code
-such as ISO-2022-JP, Shift_JIS, EUC-JP, UTF-8 or UTF-16.
+such as ISO-2022-JP, Shift_JIS, EUC-JP, UTF-8, UTF-16 or UTF-32.
 
 One of the most unique faculty of B<nkf> is the guess of the input kanji encodings.
-It currently recognizes ISO-2022-JP, Shift_JIS, EUC-JP, UTF-8 and UTF-16.
+It currently recognizes ISO-2022-JP, Shift_JIS, EUC-JP, UTF-8, UTF-16 and UTF-32.
 So users needn't set the input kanji code explicitly.
 
 By default, X0201 kana is converted into X0208 kana.
@@ -82,51 +81,73 @@ To accept X0201 in Shift_JIS, use B<-X>, B<-x> or B<-S>.
 
 =over
 
-=item B<-b -u>
-
-Output is buffered (DEFAULT), Output is unbuffered.
-
-=item B<-j -s -e -w -w16>
-
-Output code is ISO-2022-JP (7bit JIS), Shift_JIS, EUC-JP,
-UTF-8N, UTF-16BE.
-Without this option and compile option, ISO-2022-JP is assumed.
+=item B<-J -S -E -W -W16 -W32 -j -s -e -w -w16 -w32>
 
-=item B<-J -S -E -W -W16>
-
-Input assumption is JIS 7 bit, Shift_JIS, EUC-JP,
-UTF-8, UTF-16LE.
+Specify input and output encodings. Upper case is input.
+cf. --ic and --oc.
 
 =over
 
 =item B<-J>
 
-Assume  JIS input.
-This is the default.
+ISO-2022-JP (JIS code).
 
 =item B<-S>
 
-Assume Shift_JIS and X0201 kana input.
+Shift_JIS and JIS X 0201 kana.
 EUC-JP is recognized as X0201 kana. Without B<-x> flag,
-X0201 kana (halfwidth kana) is converted into X0208.
+JIS X 0201 Katakana (a.k.a.halfwidth kana) is converted into JIS X 0208.
+If you use Windows, see Windows-31J (CP932).
 
 =item B<-E>
 
-Assume EUC-JP input.
+EUC-JP.
+
+=item B<-W>
+
+UTF-8N.
+
+=item B<-W16[BL][0]>
+
+UTF-16.
+B or L gives whether Big Endian or Little Endian.
+0 gives whther put BOM or not.
+
+=item B<-W32[BL][0]>
+
+UTF-32.
+B or L gives whether Big Endian or Little Endian.
+0 gives whther put BOM or not.
 
 =back
 
+=item B<-b -u>
+
+Output is buffered (DEFAULT), Output is unbuffered.
+
 =item B<-t>
 
 No conversion.
 
 =item B<-i[@B]>
 
-Specify the Esc Seq for JIS X 0208-1978/83. (DEFAULT B)
+Specify the escape sequence for JIS X 0208.
+
+=over
+
+=item B<-i@>
+
+Use ESC ( @. (JIS X 0208-1978)
 
-=item B<-o[BJH]>
+=item B<-iB>
 
-Specify the Esc Seq for ASCII/Roman. (DEFAULT B)
+Use ESC ( B. (JIS X 0208-1983/1990 DEFAULT)
+
+=back
+
+=item B<-o[BJ]>
+
+Specify the escape sequence for US-ASCII/JIS X 0201 Roman. (DEFAULT B)
 
 =item B<-r>
 
@@ -370,6 +391,26 @@ UTF-16 Little Endian without BOM
 
 UTF-16 Little Endian with BOM
 
+=item UTF-32
+
+same as UTF-32BE
+
+=item UTF-32BE
+
+UTF-32 Big Endian without BOM
+
+=item UTF-32BE-BOM
+
+UTF-32 Big Endian with BOM
+
+=item UTF-32LE
+
+UTF-32 Little Endian without BOM
+
+=item UTF-32LE-BOM
+
+UTF-32 Little Endian with BOM
+
 =back
 
 =item B<--fb-{skip, html, xml, perl, java, subchar}>
@@ -437,8 +478,9 @@ Ignore rest of -option.
 
 =head1 AUTHOR
 
-Copyright (C) 1987, FUJITSU LTD. (I.Ichikawa),2000 S. Kono, COW
-Copyright (C) 2002-2007 Kono, Furukawa, Naruse, mastodon
+Copyright (c) 1987, Fujitsu LTD. (Itaru ICHIKAWA).
+
+Copyright (c) 1996-2009, The nkf Project.
 
 
 =cut
diff --git a/nkf.1 b/nkf.1
index 7f3487f..e5b4a86 100644 (file)
--- a/nkf.1
+++ b/nkf.1
 .\" ========================================================================
 .\"
 .IX Title "nkf 1"
-.TH nkf 1 "2008-11-19" "nkf 2.0.8" " "
+.TH nkf 1 "2009-01-20" "nkf 2.0.9" " "
 .SH "NAME"
 nkf \- Network Kanji Filter
 .SH "SYNOPSIS"
@@ -139,10 +139,10 @@ nkf \fB[\-butjnesliohrTVvwWJESZxXFfmMBOcdILg]\fR \fB[\fR\fIfile ...\fR\fB]\fR
 .IX Header "DESCRIPTION"
 \&\fBNkf\fR is a yet another kanji code converter among networks, hosts and terminals.
 It converts input kanji code to designated kanji code
-such as \s-1ISO\-2022\-JP\s0, Shift_JIS, \s-1EUC\-JP\s0, \s-1UTF\-8\s0 or \s-1UTF\-16\s0.
+such as \s-1ISO\-2022\-JP\s0, Shift_JIS, \s-1EUC\-JP\s0, \s-1UTF\-8\s0, \s-1UTF\-16\s0 or \s-1UTF\-32\s0.
 .PP
 One of the most unique faculty of \fBnkf\fR is the guess of the input kanji encodings.
-It currently recognizes \s-1ISO\-2022\-JP\s0, Shift_JIS, \s-1EUC\-JP\s0, \s-1UTF\-8\s0 and \s-1UTF\-16\s0.
+It currently recognizes \s-1ISO\-2022\-JP\s0, Shift_JIS, \s-1EUC\-JP\s0, \s-1UTF\-8\s0, \s-1UTF\-16\s0 and \s-1UTF\-32\s0.
 So users needn't set the input kanji code explicitly.
 .PP
 By default, X0201 kana is converted into X0208 kana.
@@ -151,43 +151,61 @@ For automatic code detection, nkf assumes no X0201 kana in Shift_JIS.
 To accept X0201 in Shift_JIS, use \fB\-X\fR, \fB\-x\fR or \fB\-S\fR.
 .SH "OPTIONS"
 .IX Header "OPTIONS"
-.IP "\fB\-b \-u\fR" 4
-.IX Item "-b -u"
-Output is buffered (\s-1DEFAULT\s0), Output is unbuffered.
-.IP "\fB\-j \-s \-e \-w \-w16\fR" 4
-.IX Item "-j -s -e -w -w16"
-Output code is \s-1ISO\-2022\-JP\s0 (7bit \s-1JIS\s0), Shift_JIS, \s-1EUC\-JP\s0,
-\&\s-1UTF\-8N\s0, \s-1UTF\-16BE\s0.
-Without this option and compile option, \s-1ISO\-2022\-JP\s0 is assumed.
-.IP "\fB\-J \-S \-E \-W \-W16\fR" 4
-.IX Item "-J -S -E -W -W16"
-Input assumption is \s-1JIS\s0 7 bit, Shift_JIS, \s-1EUC\-JP\s0,
-\&\s-1UTF\-8\s0, \s-1UTF\-16LE\s0.
+.IP "\fB\-J \-S \-E \-W \-W16 \-W32 \-j \-s \-e \-w \-w16 \-w32\fR" 4
+.IX Item "-J -S -E -W -W16 -W32 -j -s -e -w -w16 -w32"
+Specify input and output encodings. Upper case is input.
+cf. \-\-ic and \-\-oc.
 .RS 4
 .IP "\fB\-J\fR" 4
 .IX Item "-J"
-Assume  \s-1JIS\s0 input.
-This is the default.
+\&\s-1ISO\-2022\-JP\s0 (\s-1JIS\s0 code).
 .IP "\fB\-S\fR" 4
 .IX Item "-S"
-Assume Shift_JIS and X0201 kana input.
+Shift_JIS and \s-1JIS\s0 X 0201 kana.
 EUC-JP is recognized as X0201 kana. Without \fB\-x\fR flag,
-X0201 kana (halfwidth kana) is converted into X0208.
+\&\s-1JIS\s0 X 0201 Katakana (a.k.a.halfwidth kana) is converted into \s-1JIS\s0 X 0208.
+If you use Windows, see Windows\-31J (\s-1CP932\s0).
 .IP "\fB\-E\fR" 4
 .IX Item "-E"
-Assume EUC-JP input.
+\&\s-1EUC\-JP\s0.
+.IP "\fB\-W\fR" 4
+.IX Item "-W"
+\&\s-1UTF\-8N\s0.
+.IP "\fB\-W16[\s-1BL\s0][0]\fR" 4
+.IX Item "-W16[BL][0]"
+\&\s-1UTF\-16\s0.
+B or L gives whether Big Endian or Little Endian.
+0 gives whther put \s-1BOM\s0 or not.
+.IP "\fB\-W32[\s-1BL\s0][0]\fR" 4
+.IX Item "-W32[BL][0]"
+\&\s-1UTF\-32\s0.
+B or L gives whether Big Endian or Little Endian.
+0 gives whther put \s-1BOM\s0 or not.
 .RE
 .RS 4
 .RE
+.IP "\fB\-b \-u\fR" 4
+.IX Item "-b -u"
+Output is buffered (\s-1DEFAULT\s0), Output is unbuffered.
 .IP "\fB\-t\fR" 4
 .IX Item "-t"
 No conversion.
 .IP "\fB\-i[@B]\fR" 4
 .IX Item "-i[@B]"
-Specify the Esc Seq for \s-1JIS\s0 X 0208\-1978/83. (\s-1DEFAULT\s0 B)
-.IP "\fB\-o[\s-1BJH\s0]\fR" 4
-.IX Item "-o[BJH]"
-Specify the Esc Seq for ASCII/Roman. (\s-1DEFAULT\s0 B)
+Specify the escape sequence for \s-1JIS\s0 X 0208.
+.RS 4
+.IP "\fB\-i@\fR" 4
+.IX Item "-i@"
+Use \s-1ESC\s0 ( @. (\s-1JIS\s0 X 0208\-1978)
+.IP "\fB\-iB\fR" 4
+.IX Item "-iB"
+Use \s-1ESC\s0 ( B. (\s-1JIS\s0 X 0208\-1983/1990 \s-1DEFAULT\s0)
+.RE
+.RS 4
+.RE
+.IP "\fB\-o[\s-1BJ\s0]\fR" 4
+.IX Item "-o[BJ]"
+Specify the escape sequence for \s-1US\-ASCII/JIS\s0 X 0201 Roman. (\s-1DEFAULT\s0 B)
 .IP "\fB\-r\fR" 4
 .IX Item "-r"
 {de/en}crypt \s-1ROT13/47\s0
@@ -384,6 +402,21 @@ same as \s-1UTF\-16BE\s0
 .IP "\s-1UTF\-16LE\-BOM\s0" 4
 .IX Item "UTF-16LE-BOM"
 \&\s-1UTF\-16\s0 Little Endian with \s-1BOM\s0
+.IP "\s-1UTF\-32\s0" 4
+.IX Item "UTF-32"
+same as \s-1UTF\-32BE\s0
+.IP "\s-1UTF\-32BE\s0" 4
+.IX Item "UTF-32BE"
+\&\s-1UTF\-32\s0 Big Endian without \s-1BOM\s0
+.IP "\s-1UTF\-32BE\-BOM\s0" 4
+.IX Item "UTF-32BE-BOM"
+\&\s-1UTF\-32\s0 Big Endian with \s-1BOM\s0
+.IP "\s-1UTF\-32LE\s0" 4
+.IX Item "UTF-32LE"
+\&\s-1UTF\-32\s0 Little Endian without \s-1BOM\s0
+.IP "\s-1UTF\-32LE\-BOM\s0" 4
+.IX Item "UTF-32LE-BOM"
+\&\s-1UTF\-32\s0 Little Endian with \s-1BOM\s0
 .RE
 .RS 4
 .RE
@@ -436,5 +469,6 @@ Print nkf's version.
 Ignore rest of \-option.
 .SH "AUTHOR"
 .IX Header "AUTHOR"
-Copyright (C) 1987, \s-1FUJITSU\s0 \s-1LTD\s0. (I.Ichikawa),2000 S. Kono, \s-1COW\s0
-Copyright (C) 2002\-2007 Kono, Furukawa, Naruse, mastodon
+Copyright (c) 1987, Fujitsu \s-1LTD\s0. (Itaru \s-1ICHIKAWA\s0).
+.PP
+Copyright (c) 1996\-2009, The nkf Project.
diff --git a/nkf.1j b/nkf.1j
index 23c765e..3864a85 100644 (file)
--- a/nkf.1j
+++ b/nkf.1j
 .\" ========================================================================
 .\"
 .IX Title "nkf 1"
-.TH nkf 1 "2008-11-19" "nkf 2.0.8" " "
+.TH nkf 1 "2009-01-19" "nkf 2.0.9" " "
 .SH "NAME"
 nkf \- \e$B%M%C%H%o!<%/MQ4A;z%3!<%IJQ49%U%#%k%?\e(B
 .SH "SYNOPSIS"
@@ -154,7 +154,7 @@ nkf \fB[\-butjnesliohrTVvwWJESZxXFfmMBOcdILg]\fR \fB[\fR\fIfile ...\fR\fB]\fR
 \&\fB\-mu\fR \e$B$N$h$&$KB3$1$k$3$H$,$G$-$k!#\e(B
 .IP "\fB\-j\fR" 4
 .IX Item "-j"
-\&\s-1JIS\s0 \e$B%3!<%I$r=PNO$9$k!#\e(B(\e$B%G%U%)%k%H\e(B)
+\&\s-1JIS\s0 \e$B%3!<%I$r=PNO$9$k!#\e(B
 .IP "\fB\-e\fR" 4
 .IX Item "-e"
 \&\s-1EUC\s0 \e$B%3!<%I$r=PNO$9$k!#\e(B
@@ -327,20 +327,38 @@ ssh localhost | nkf \-u \e$B$H$$$&$h$&$K;H$&!#\e(B
 .IP "\fB\-i[@B]\fR" 4
 .IX Item "-i[@B]"
 \&\s-1JIS\s0 \e$B4A;z$r;X<($9$k%7!<%1%s%9$r;XDj$9$k!#\e(B
-(\e$B%G%U%)%k%H$O!"\e(BESC\-$\-B)
+.RS 4
+.IP "\fB\-i@\fR" 4
+.IX Item "-i@"
+\&\s-1JIS\s0 X 0208\-1978 \e$B$rMQ$$$k!#\e(B
+.IP "\fB\-iB\fR" 4
+.IX Item "-iB"
+\&\s-1JIS\s0 X 0208\-1983/1990 \e$B$rMQ$$$k!#\e(B
+.RE
+.RS 4
+.RE
 .IP "\fB\-o[\s-1BJH\s0]\fR" 4
 .IX Item "-o[BJH]"
 1 \e$B%P%$%H1Q?tJ8;z%;%C%H$r;X<($9$k%7!<%1%s%9$r;XDj$9$k!#\e(B
-(\e$B%G%U%)%k%H$O!"\e(BESC\-(\-B)
+.RS 4
+.IP "\fB\-oB\fR" 4
+.IX Item "-oB"
+1 \e$B%P%$%H1Q?tJ8;z%;%C%H$H$7$F\e(B US-ASCII \e$B$rMQ$$$k!#\e(B
+.IP "\fB\-oJ\fR" 4
+.IX Item "-oJ"
+1 \e$B%P%$%H1Q?tJ8;z%;%C%H$H$7$F\e(B \s-1JIS\s0 X 0201 Roman \e$B$rMQ$$$k!#\e(B
+.IP "\fB\-oH\fR" 4
+.IX Item "-oH"
+\&\s-1ESC\s0 ( H \e$B$O=i4|$N\e(B \s-1JUNET\s0 \e$B%3!<%I$G$N$_MQ$$$i$l$?$b$N$G!"8=:_$O;H$C$F$O$J$i$J$$!#\e(B
+.RE
+.RS 4
+.RE
 .IP "\fB\-r\fR" 4
 .IX Item "-r"
 \&\s-1ROT13/47\s0 \e$B$NJQ49$r$9$k!#\e(B
 .IP "\fB\-g\fR" 4
 .IX Item "-g"
 \e$B<+F0H=JL$N7k2L$r=PNO$7$^$9!#\e(B
-.IP "\fB\-v\fR" 4
-.IX Item "-v"
-\e$B%P!<%8%g%s$rI=<($9$k!#\e(B
 .IP "\fB\-T\fR" 4
 .IX Item "-T"
 \e$B%F%-%9%H%b!<%I$G=PNO$9$k!#\e(B(\s-1MS\-DOS\s0 \e$B>e$G$N$_8zNO$r;}$D\e(B)
@@ -501,8 +519,11 @@ Unicode \e$B$+$i\e(B Unicode \e$B$NJQ49$N:]$K\e(B \-x \e$B$H6&$K;XDj$9$k$H!"\e(Bnkf \e$
 .IP "\fB\-\-help\fR" 4
 .IX Item "--help"
 \e$B%3%^%s%I$N4JC1$J@bL@$rI=<($9$k!#\e(B
-.IP "\fB\-\-version\fR" 4
-.IX Item "--version"
+.IP "\fB\-V\fR" 4
+.IX Item "-V"
+nkf \e$B$N@_Dj$rI=<($9$k!#\e(B
+.IP "\fB\-v\fR \fB\-\-version\fR" 4
+.IX Item "-v --version"
 nkf \e$B$N%P!<%8%g%s$rI=<($9$k!#\e(B
 .IP "\fB\-\-\fR" 4
 .IX Item "--"
@@ -678,5 +699,6 @@ GHG00637@nifty\-serve.or.jp (\s-1COW\s0)
 .PP
 http://sourceforge.jp/projects/nkf/
 .PP
-Copyright (C) 1987, \s-1FUJITSU\s0 \s-1LTD\s0. (I.Ichikawa),2000 S. Kono, \s-1COW\s0
-Copyright (C) 2002\-2007 Kono, Furukawa, Naruse, mastodon
+Copyright (C) 1987, \s-1FUJITSU\s0 \s-1LTD\s0. (I.Ichikawa).
+.PP
+Copyright (C) 1996\-2009, The nkf Project.
diff --git a/nkf.doc b/nkf.doc
index 3059f20..fd0b2d8 100644 (file)
--- a/nkf.doc
+++ b/nkf.doc
@@ -25,7 +25,7 @@ DESCRIPTION
 OPTIONS
     »ØÄê¤Ç¤­¤ë¥ª¥×¥·¥ç¥ó¤Ï¡¢°Ê²¼¤ÎÄ̤ꡣ -mu ¤Î¤è¤¦¤Ë³¤±¤ë¤³¤È¤¬¤Ç¤­¤ë¡£
 
-    -j  JIS ¥³¡¼¥É¤ò½ÐÎϤ¹¤ë¡£(¥Ç¥Õ¥©¥ë¥È)
+    -j  JIS ¥³¡¼¥É¤ò½ÐÎϤ¹¤ë¡£
 
     -e  EUC ¥³¡¼¥É¤ò½ÐÎϤ¹¤ë¡£
 
@@ -146,18 +146,26 @@ OPTIONS
     -I  ISO-2022-JP °Ê³°¤Î´Á»ú¥³¡¼¥É¤ò¢®¤ËÊÑ´¹¡£
 
     -i[@B]
-        JIS ´Á»ú¤ò»Ø¼¨¤¹¤ë¥·¡¼¥±¥ó¥¹¤ò»ØÄꤹ¤ë¡£ (¥Ç¥Õ¥©¥ë¥È¤Ï¡¢ESC-$-B)
+        JIS ´Á»ú¤ò»Ø¼¨¤¹¤ë¥·¡¼¥±¥ó¥¹¤ò»ØÄꤹ¤ë¡£
+
+        -i@ JIS X 0208-1978 ¤òÍѤ¤¤ë¡£
+
+        -iB JIS X 0208-1983/1990 ¤òÍѤ¤¤ë¡£
 
     -o[BJH]
         1 ¥Ð¥¤¥È±Ñ¿ôʸ»ú¥»¥Ã¥È¤ò»Ø¼¨¤¹¤ë¥·¡¼¥±¥ó¥¹¤ò»ØÄꤹ¤ë¡£
-        (¥Ç¥Õ¥©¥ë¥È¤Ï¡¢ESC-(-B)
+
+        -oB 1 ¥Ð¥¤¥È±Ñ¿ôʸ»ú¥»¥Ã¥È¤È¤·¤Æ US-ASCII ¤òÍѤ¤¤ë¡£
+
+        -oJ 1 ¥Ð¥¤¥È±Ñ¿ôʸ»ú¥»¥Ã¥È¤È¤·¤Æ JIS X 0201 Roman ¤òÍѤ¤¤ë¡£
+
+        -oH ESC ( H ¤Ï½é´ü¤Î JUNET
+            ¥³¡¼¥É¤Ç¤Î¤ßÍѤ¤¤é¤ì¤¿¤â¤Î¤Ç¡¢¸½ºß¤Ï»È¤Ã¤Æ¤Ï¤Ê¤é¤Ê¤¤¡£
 
     -r  ROT13/47 ¤ÎÊÑ´¹¤ò¤¹¤ë¡£
 
     -g  ¼«Æ°È½Ê̤ηë²Ì¤ò½ÐÎϤ·¤Þ¤¹¡£
 
-    -v  ¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤¹¤ë¡£
-
     -T  ¥Æ¥­¥¹¥È¥â¡¼¥É¤Ç½ÐÎϤ¹¤ë¡£(MS-DOS ¾å¤Ç¤Î¤ß¸úÎϤò»ý¤Ä)
 
     -l  0x80-0xfe ¤Î¥³¡¼¥É¤ò ISO-8859-1 (Latin-1) ¤È¤·¤Æ°·¤¦¡£ JIS
@@ -305,7 +313,9 @@ OPTIONS
     --help
         ¥³¥Þ¥ó¥É¤Î´Êñ¤ÊÀâÌÀ¤òɽ¼¨¤¹¤ë¡£
 
-    --version
+    -V  nkf ¤ÎÀßÄê¤òɽ¼¨¤¹¤ë¡£
+
+    -v --version
         nkf ¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤¹¤ë¡£
 
     --  ¤³¤ì°Ê¹ß¤Î¥ª¥×¥·¥ç¥ó¤ò̵»ë¤¹¤ë
@@ -437,6 +447,7 @@ AUTHOR
 
     http://sourceforge.jp/projects/nkf/
 
-    Copyright (C) 1987, FUJITSU LTD. (I.Ichikawa),2000 S. Kono, COW
-    Copyright (C) 2002-2007 Kono, Furukawa, Naruse, mastodon
+    Copyright (C) 1987, FUJITSU LTD. (I.Ichikawa).
+
+    Copyright (C) 1996-2009, The nkf Project.
 
index 75de2a0..b85f2ea 100644 (file)
@@ -4,11 +4,11 @@
 
 /*WIN32DLL*/
 /* \82±\82¿\82ç\82Ì\83o\81[\83W\83\87\83\93\82à\8dX\90V\82µ\82Ä\82­\82¾\82³\82¢\81B */
-#define NKF_VERSIONW L"2.0.8"
+#define NKF_VERSIONW L"2.0.9"
 /* NKF_VERSION \82Ì\83\8f\83C\83h\95\8e\9a */
-#define DLL_VERSION   "2.0.8.0 2"
+#define DLL_VERSION   "2.0.9.0 0"
 /* DLL\82ª\95Ô\82· */
-#define DLL_VERSIONW L"2.0.8.0 2"
+#define DLL_VERSIONW L"2.0.9.0 0"
 /* DLL\82ª\95Ô\82· DLL_VERSION \82Ì\83\8f\83C\83h\95\8e\9a */
 
 /* nkf32.dll main */