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

  1. ** jcode.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: jcode.exe [-options] [infile] [outfile]
  7.  
  8. Tool description: This tool is a utility for displaying the electronic values
  9. of Japanese characters within textfiles, and supports Shift-JIS, EUC, New-JIS,
  10. Old-JIS, and NEC-JIS for both input and output.
  11.  
  12. Options include:
  13.  
  14.   -c[DATA]      Reads codes, one per line, rather than characters as input --
  15.                 if DATA is specified, only that code is treated, then exits
  16.                 (KUTEN codes must be prefixed with "k," and EUC codes with
  17.                 "x" -- EUC, JIS, and Shift-JIS codes must be hexadecimal)
  18.   -h            Displays this help page, then exits
  19.   -iCODE        Forces input code to be recognized as CODE
  20.   -n[NOTATION]  Output notation set to NOTATION (default is hexadecimal if this
  21.                 option is not specified, if NOTATION is not specified, or if
  22.                 the specified NOTATION is invalid)
  23.   -o[CODE]      Output code set to CODE (default is Shift-JIS if this option
  24.                 is not specified, if CODE is not specified, or if the
  25.                 specified CODE is invalid)
  26.   -p[CHOICE]    Pads the columns with CHOICE whereby CHOICE can be either "t"
  27.                 for tabs or "s" for spaces (default is spaces if this option
  28.                 is not specified, if CHOICE is not specified, or if the
  29.                 specified CHOICE is invalid)
  30.   -s            Shows control characters (except escape sequences)
  31.   -v            Verbose mode -- displays information such as automatically
  32.                 generated file names, detected input code, etc.
  33.  
  34. NOTE: CODE has five possible values:
  35.       "e" = EUC; "s" = Shift-JIS; "j" = New-JIS; "o" = Old-JIS;
  36.       and "n" = NEC-JIS
  37.  
  38. NOTE: NOTATION has three possible values:
  39.       "o" = octal; "d" = decimal; and "h" = hexadecimal
  40.  
  41.