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

  1. 3 March 1999
  2.  
  3. Jconv, jcode, and jchar are handy command-line tools 
  4. for converting and inspecting Japanese text codes and 
  5. generating Japanese code sets.  All three tools support 
  6. the three basic Japanese codes most commonly used in 
  7. text files, e-mail messages, and on the World Wide Web: 
  8. JIS, Shift-JIS, and EUC.
  9.  
  10. The programs in this package are straight ports for 
  11. OS/2 of original C-language programs written by 
  12. Ken Lunde, author of _CJKV Information Processing_ 
  13. (O'Reilly & Associates) -- a must-read for anyone 
  14. dealing with Japanese or other East-Asian scripts in 
  15. the context of computers and information processing.
  16.  
  17. The OS/2 executables require the latest version of the 
  18. emx Runtime Package (emxrt 0.9d revision 60, available 
  19. from Hobbes and other OS/2 file-archive sites).
  20.  
  21. These are the three tools included in this package:
  22.  
  23.  jconv.exe -- general-purpose Japanese code 
  24.               conversion tool
  25.  jcode.exe -- Japanese code inspection tool
  26.  jchar.exe -- generates various Japanese character sets
  27.  
  28. Running each program with the -h switch (e.g., 
  29. "jconv -h") displays information on operation and 
  30. available switches.  Sample output using the -h 
  31. switch for each of the program is also included here, 
  32. in the *.msg files.  The *.c source files contain even 
  33. more info, including information on distribution and 
  34. restrictions on usage.  The source code is also 
  35. available from the original author's web site at 
  36. <http://www.oreilly.com/~lunde/>.
  37.  
  38. If you have any questions or comments regarding the 
  39. OS/2 ports, please contact me:
  40.  
  41.   Stephen A. Carter <scarter@hticn.com>
  42.  
  43. If you want to know more about the programs themselves 
  44. or the complexities of working with Japanese and other 
  45. East-Asian scripts, check out the original author's web 
  46. site:
  47.  
  48.   Ken Lunde <http://www.oreilly.com/~lunde/>
  49.  
  50.