home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxmulch2.zip / ventura.ctl < prev   
Text File  |  1994-02-04  |  2KB  |  76 lines

  1. ;   This is a comment (line begins with a semi-colon ";").
  2. ;
  3. ;   Control-file for changing lower characters (x00-x1F) with the appropriate
  4. ;   hex-codes, except for CR-LF, so one can use an editor to look at the contents
  5. ;
  6. ;   This control-file is intended for Ventura CHP-files, which contain all vital
  7. ;   Ventura file-information used in a chapter (including absolute paths). You
  8. ;   can apply this to the style-sheet *.sty which contains an absolute path to
  9. ;   the used *.wid-file.
  10. ;
  11. ;   This control file will replace a blank+cr+lf with a blank+<-->+cr+lf; this
  12. ;   is necessary for Ventura-chapter files, if one wants to alter them e.g.
  13. ;   because the original document paths changed. It is mandatory for Ventura-
  14. ;   chapter-files to have an extra blank at the end of each line !!
  15. ;
  16. ;   to apply to 'os2.chp' use:
  17. ;
  18. ;      rxMulch os2.chp vent_chp.ctl
  19. ;
  20. ;   no the last blank in each line is being followed by a '<-->' and you
  21. ;   can edit the chapter-file with any text-editor.
  22. ;
  23. ;   to revert changes (i.e. the '<-->') to 'os2.chp' use (note the minus!):
  24. ;
  25. ;      rxMulch os2.chp -vent_chp.ctl
  26. ;
  27. ;  1994-02-02, Rony G. Flatscher, Wirtschaftsuniversitaet Wien
  28. ;
  29. ;  empty lines are ignored
  30.  
  31. ; search-string/replace-string
  32. ; delimiter is "/", as this is the character in column 1
  33.  
  34. ; change BLANK+CR+LF to BLANK+<-->+CR+LF
  35. / @c@l/ <-->@c@l/
  36.  
  37. /@x00/<@@x00>/
  38. /@x01/<@@x01>/
  39. /@x02/<@@x02>/
  40. /@x03/<@@x03>/
  41. /@x04/<@@x04>/
  42. /@x05/<@@x05>/
  43. /@x06/<@@x06>/
  44. /@x07/<@@x07>/
  45. /@x08/<@@x08>/
  46. /@x09/<@@x09>/
  47. ; conserve line-feed
  48. ;/@x0A/<@@x0A>/
  49. /@x0B/<@@x0B>/
  50. /@x0C/<@@x0C>/
  51. ; conserve carriage-return
  52. ;/@x0D/<@@x0D>/
  53. /@x0E/<@@x0E>/
  54. /@x0F/<@@x0F>/
  55.  
  56. ; delimiter is "=", as this is the character in column 1
  57.  
  58. =@x10=<@@x10>=
  59. =@x11=<@@x11>=
  60. =@x12=<@@x12>=
  61. =@x13=<@@x13>=
  62. =@x14=<@@x14>=
  63. =@x15=<@@x15>=
  64. =@x16=<@@x16>=
  65. =@x17=<@@x17>=
  66. =@x18=<@@x18>=
  67. =@x19=<@@x19>=
  68. =@x1A=<@@x1A>=
  69. =@x1B=<@@x1B>=
  70. =@x1C=<@@x1C>=
  71. =@x1D=<@@x1D>=
  72. =@x1E=<@@x1E>=
  73. =@x1F=<@@x1F>=
  74.  
  75.  
  76.