home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / j_tools.zip / jconv.msg < prev    next >
Text File  |  1999-03-03  |  2KB  |  45 lines

  1. ** jconv.exe v3.0 (July 1, 1993) **
  2.  
  3. Written by Ken R. Lunde, Adobe Systems Incorporated
  4. lunde@mv.us.adobe.com
  5.  
  6. Usage: jconv.exe [-options] [infile] [outfile]
  7.  
  8. Tool description: This tool is a utility for converting the Japanese code of
  9. textfiles, and supports Shift-JIS, EUC, New-JIS, Old-JIS, and NEC-JIS for
  10. both input and output. It can also display a file's input code, repair
  11. damaged Old- or New-JIS files, and display the specifications for any of the
  12. handled codes.
  13.  
  14. Options include:
  15.  
  16.   -c        Displays the detected input code, then exits -- the types
  17.             reported include EUC, Shift-JIS, New-JIS, Old-JIS, NEC-JIS, ASCII
  18.             (no Japanese), ambiguous (Shift-JIS or EUC), and unknown (note
  19.             that this option overrides "-iCODE")
  20.   -f        Converts half-width katakana to their full-width equivalents (this
  21.             option is forced when output code is New-, Old-, or NEC-JIS)
  22.   -h        Displays this help page, then exits
  23.   -iCODE    Forces input code to be recognized as CODE
  24.   -o[CODE]  Output code set to CODE (default is Shift-JIS if this option is
  25.             not specified, or if the specified CODE is invalid)
  26.   -r[CODE]  Repairs damaged New- and Old-JIS encoded files by restoring lost
  27.             escape characters, then converts it to the CODE specified (the
  28.             default is to convert the file to New-JIS if CODE is not
  29.             specified -- cannot be used in conjunction with "-s")
  30.   -s[f]     Removes escape characters from valid escape sequences of New- and
  31.             Old-JIS encoded files -- "f" will force all escape characters
  32.             to be removed (default extension is .rem -- cannot be used in
  33.             conjunction with "-r")
  34.   -t[CODE]  Prints a table listing the specifications for the specified CODE,
  35.             then exits (all code tables will be displayed if CODE is not
  36.             specified, or if CODE is invalid)
  37.   -v        Verbose mode -- displays information such as automatically
  38.             generated file names, detected input code, number of escape
  39.             characters restored/removed, etc.
  40.  
  41. NOTE: CODE has five possible values (and default outfile extensions):
  42.       "e" = EUC (.euc); "s" = Shift-JIS (.sjs); "j" = New-JIS (.new);
  43.       "o" = Old-JIS (.old); and "n" = NEC-JIS (.nec)
  44.  
  45.