OSDN Git Service

* Update Copyright.
[nkf/nkf.git] / NKF.mod / NKF.pm
index b7df1cd..bce898e 100644 (file)
@@ -36,7 +36,7 @@ require DynaLoader;
 @EXPORT = qw(
        nkf     nkf_continue    inputcode
 );
-$VERSION = '2.07';
+$VERSION = '2.08';
 
 bootstrap NKF $VERSION;
 
@@ -73,7 +73,7 @@ nkf - Network Kanji Filter
 
 =begin COMMAND
 
-  nkf B<[-butjnesliohrTVvwWJESZxXFfmMBOcdILg]> B<[>I<file ...>B<]>
+nkf B<[-butjnesliohrTVvwWJESZxXFfmMBOcdILg]> B<[>I<file ...>B<]>
 
 =end
 
@@ -369,6 +369,10 @@ UTF-8 without BOM
 
 UTF-8 with BOM
 
+=item UTF8-MAC (input only)
+
+decomposed UTF-8
+
 =item UTF-16
 
 same as UTF-16BE
@@ -389,8 +393,6 @@ UTF-16 Little Endian without BOM
 
 UTF-16 Little Endian with BOM
 
-=item UTF8-MAC (input only)
-
 =back
 
 =item B<--fb-{skip, html, xml, perl, java, subchar}>
@@ -461,7 +463,7 @@ Ignore rest of -option.
 =head1 AUTHOR
 
 Copyright (C) 1987, FUJITSU LTD. (I.Ichikawa),2000 S. Kono, COW
-Copyright (C) 2002-2006 Kono, Furukawa, Naruse, mastodon
+Copyright (C) 2002-2007 Kono, Furukawa, Naruse, mastodon
 
 =begin