home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / catdo_35.zip / README.OS2 < prev    next >
Text File  |  1999-12-18  |  2KB  |  65 lines

  1.                        README for catdoc on OS/2
  2.                        -------------------------
  3.  
  4.                  Stefan Schwarzer <s.schwarzer@ndh.net>
  5.  
  6.  
  7. ----- What you need --------------------
  8.  
  9. The binary was compiled as an OS/2 32 bit program with Watcom C 11.0,
  10. so you will not need the EMX runtime package (though I assume, you have
  11. it on you system, anyway ;-) ).
  12.  
  13. To run this program under OS/2, you only need the binary catdoc.exe.
  14. No additions to config.sys etc. are needed (though I recommend to put
  15. the executable in a directory that is contained in the PATH).
  16.  
  17. To compile the source, the file catdoc0_35s.c is sufficient;
  18. catdoc.wpj and catdoc.tgt are only added for conveniance if you use
  19. Watcom C.
  20.  
  21. ----- Files ----------------------------
  22.  
  23. Files of the original distribution, catdoc-0.35.tar.gz, which I
  24. received, are:
  25.  
  26. - catdoc.c (source code)
  27. - README.catdoc (original readme file)
  28. - catdoc.1 (manpage)
  29. - wordview (a graphical interface script using Tcl/Tk)
  30.  
  31. I added:
  32.  
  33. - catdoc0_35s.c (source with my changes)
  34. - catdoc.exe (binary for OS/2)
  35. - README.OS2 (this file)
  36. - COPYING (since it's a GPL program according to README.catdoc)
  37. - tables.py (small script to help producing the map tables for cp437
  38.   and cp850)
  39. - catdoc.wpj (project file, only used by Watcom C)
  40. - catdoc.tgt (target file, only used by Watcom C)
  41.  
  42. ----- Changes --------------------------
  43.  
  44. I made the following changes to the source file catdoc.c (mine is named
  45. catdoc0_35s.c):
  46.  
  47. - made the usage of latin1 codepage the default (i. e. no cyrillic
  48.   fonts, in contrast to the original author),
  49.  
  50. - changed the codes for the opening and closing double quotes in the
  51.   "specs" array, because they seemed to be wrong for the Winword files
  52.   I tested,
  53.  
  54. - added support and switches for the conversion of latin1 to either
  55.   codepage 437 (switch -4) or 850 (switch -8). I found this to be very
  56.   useful, since these are the most commonly used codepages under OS/2.
  57.  
  58. ----- Bugs -----------------------------
  59.  
  60. I didn't test the program much, especially not the TeX mode, so please
  61. don't blame me if something doesn't work ;-) . However, I tried to
  62. keep the changes to the original code at a minimum (which explains
  63. some "mixed" approaches).
  64.  
  65.