home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / oct93 / cli_util / addcr.lha.pi < prev    next >
Text File  |  1994-03-19  |  822b  |  24 lines

  1. .name
  2. AddCR
  3. .author
  4. Son Le 
  5. .version
  6. 1.0
  7. .source
  8. Includes source in C.
  9. .distribution
  10. Public Domain
  11. .description
  12. Yet another Amiga/IBM text file converter, which (surprise, surprise)
  13. converts Amiga style end-of-lines characters ($0a) to IBM format ($0d,$0a)
  14. or vice versa.  Features: Should work on all amigas (or at least > wb1.2);
  15. Relatively small (11k); Extremely fast (main loop is written in optimized
  16. assembly); Works in low memory situations (min. memory requirement = 12288
  17. bytes); Progress indicator; When converting to Amiga format, only ($0d,$0a)
  18. characters are converted to $0a (all $xx,$0a are left alone where $xx <>
  19. $0d); When converting to IBM format, ($0d,0a) pairs are left alone.  
  20. .described-by
  21. Automatically generated from Contents file by c2pi program.
  22. .short
  23. Convert end-of-lines style AMIGA <=> IBM
  24.