home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1997 #3 / amigamamagazinepolishissue03-1 / polski_aminet / piotr_pawlow / convpl / convpl.readme < prev    next >
Text File  |  1996-12-21  |  2KB  |  45 lines

  1. Short:    Polish characters and EOL codes converter for Amiga, PC and UNIX.
  2. Author:   pp@cs.com.pl (Piotr Pawlow)
  3. Uploader: pp@cs.com.pl (Piotr Pawlow)
  4. Type:     util/conv
  5. Version:  1.0
  6.  
  7. Ten program sîuûy do konwersji pomiëdzy róûnymi formatami polskich znaków.
  8. Zostaî on napisany w C i moûe byê skompilowany na róûnych komputerach, w
  9. tym pod UNIXem. W archiwum znajduje sië skompilowana wersja na Amigë oraz
  10. PC. Wersja amigowa wymaga ixemul.library w wersji conajmniej 41.
  11.  
  12. Program zna nastëpujâce formaty:
  13.  
  14. - AmigaPL
  15. - xJP
  16. - Mazovia
  17. - Fido mazovia
  18. - Latin 2
  19. - ISO Latin 2
  20. - Windows
  21. - format MacIntosha
  22.  
  23. Potrafi on równieû przeprowadziê konwersjë koïca linii pomiëdzy LF (Amiga,
  24. UNIX), CRLF (PC) oraz CR (MacIntosh), oraz zdekodowaê MIME (QUOTED-PRINTABLE).
  25.  
  26. -----------------------------------------------------------------------------
  27.  
  28. Information for english speaking users:
  29.  
  30. This is a converter between many standards of polish character codes and
  31. end-of-line codes written in C. It can be compiled on Amiga,PC,UNIX
  32. machines etc. Amiga and PC binaries are included in this archive.
  33. Conversion of polish characters probably isn't very useful for you, but
  34. you can use this program to convert between EOL codes, and to convert
  35. MIME QUOTED-PRINTABLE text to normal ASCII.
  36.  
  37. To use this program type:
  38. convpl sourcefile [-MIME] [destfile] [-LF|-CRLF|-CR]
  39.  
  40. -MIME - simple MIME QUOTED-PRINTABLE decoding. Every =XX sequence will be
  41.         changed to a char, which ASCII code is XX.
  42. -LF   - lines in destination file will end with LF code (linefeed) (Amiga,UNIX)
  43. -CRLF - lines will end with CRLF codes (carrier return+linefeed) (PC)
  44. -CR   - like above, but with CR code (carrier return) (MacIntosh)
  45.