yet another nkf with international language support
inkf version 0.9.3
Copyright (C) 2002-2009 Tachibanamasashi <moomin@users.sourceforge.jp>

DESCRIPTION
  inkf is "Yet Another nkf", supported character-set of multi-language unlike
  original nkf. And inkf is able to get http/https contentas input source from
  Internet.
  But inkf is now supported UCS2 level characters only. So, JIS2004 and GB18030
  is not supported enough.
  Unlike other character-set conversion programs, inkf doesn't so strictly dist
  inguish the range of the character-code. For example, SHIFT_JIS and CP932 are
  treated as the same character set.

PLATFORM
  Linux, Solaris, MacOSX and other UNIX compatible systems.
  GCC (g++) 2.95.3 or greater

HOW TO MAKE
  make

HOW TO INSTALL
  make install

LICENSE
  LGPL

USAGE
inkf -[flags] [--] [in file/in URL] .. [out file for -O flag]
 j/s/e/w/k/c/t  Specify output encoding ISO-2022-JP, Shift_JIS, EUC-JP, UTF-8,
                EUC-KR, GB2312, BIG5
 J/S/E/W/K/C/T  Specify input encoding ISO-2022-JP, Shift_JIS, EUC-JP, UTF-8,
                EUC-KR, GB2312, BIG5
 m[BQN0]        MIME decode [B:base64,Q:quoted,N:non-strict,0:no decode]
 M[BQ]          MIME encode [B:base64 Q:quoted]
 O              Output to File (DEFAULT 'inkf.out')
 L[uwm]         Line mode u:LF w:CRLF m:CR (DEFAULT noconversion)
 --ic=<encoding>        Specify the input encoding
 --oc=<encoding>        Specify the output encoding
  *supported encoding is as follows:
   ISO-2022-JP (ISO-2022-JP-*)
   SHIFT_JIS (CP932)
   EUC-JP
   ISO-8859-[1,2,3,4,5,6,7,8,9,10,13,14,15,16]
   KOI8-[R,U]
   CP1251
   BIG5 (CP950,EUC-TW)
   GB2312 (GBK,GB18030,EUC-CN)
   EUC-KR (CP949)
   UTF-8 (UTF8)
   UTF-7 (UTF7)
   UTF-7-IMAP
   AUTODETECT
   AUTODETECT_JP
 -g --guess     Guess the input code
 --midi         Create MIDI object from MML like music sequencial text
 --overwrite    Overwrite original listed files by filtered result
 -v --version   Print the version
 --help/-V      Print this help / configuration


HISTORY
  0.9.3: fixed bugs of reading charset options
  0.9.2: fixed ISO-8859-*, added KOI8-R, KOI8-U, CP1251
  0.9.1: fixed bugs of "--guess" option and converting UTF-7 / UTF-7-IMAP
  0.9.0: first release
