home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxmulch2.zip / commchar.ctl < prev    next >
Text File  |  1994-01-08  |  1KB  |  61 lines

  1. ;   This is a comment (line begins with a semi-colon ";").
  2. ;
  3. ;   Control-file for changing lower characters (x00-x1F) with the abbreviations
  4. ;   known in communications, except for CR-LF, so one can use an editor to look
  5. ;   at the contents
  6. ;
  7. ;   to apply to 'infile' use:
  8. ;
  9. ;      rxMulch infile commchar.ctl
  10. ;
  11. ;   to revert changes to 'infile' use:
  12. ;
  13. ;      rxMulch infile -commchar.ctl
  14. ;
  15. ;  1994-01-07, Rony G. Flatscher, Wirtschaftsuniversitaet Wien
  16. ;
  17. ;  empty lines are ignored
  18.  
  19. ; search-string/replace-string
  20. ; delimiter is "/", as this is the character in column 1
  21.  
  22. /@x00/<@@NUL>/
  23. /@x01/<@@SOH>/
  24. /@x02/<@@STX>/
  25. /@x03/<@@ETX>/
  26. /@x04/<@@EOT>/
  27. /@x05/<@@ENQ>/
  28. /@x06/<@@ACK>/
  29. /@x07/<@@BEL>/
  30. /@x08/<@@BS>/
  31. /@x09/<@@HT>/
  32. ; conserve line-feed
  33. ;/@x0A/<@@LF>/
  34. /@x0B/<@@VT>/
  35. /@x0C/<@@FF>/
  36. ; conserve carriage-return
  37. ;/@x0D/<@@CR>/
  38. /@x0E/<@@SO>/
  39. /@x0F/<@@SI>/
  40.  
  41. ; delimiter is "=", as this is the character in column 1
  42.  
  43. =@x10=<@@DLE>=
  44. =@x11=<@@DC1>=
  45. =@x12=<@@DC2>=
  46. =@x13=<@@DC3>=
  47. =@x14=<@@DC4>=
  48. =@x15=<@@NAK>=
  49. =@x16=<@@SYN>=
  50. =@x17=<@@ETB>=
  51. =@x18=<@@CAN>=
  52. =@x19=<@@EM>=
  53. =@x1A=<@@SUB>=
  54. =@x1B=<@@ESC>=
  55. =@x1C=<@@FS>=
  56. =@x1D=<@@GS>=
  57. =@x1E=<@@RS>=
  58. =@x1F=<@@US>=
  59.  
  60.  
  61.