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