|
NAMEconvickt - convert INTERCAL files between formatsSYNOPSISconvickt incharset outcharset [paddingrule [arrayname]]DESCRIPTIONThis manual page describes the convickt command. Fuller documentation is available via the command info convicktconvickt converts INTERCAL programs from one character set to another; it takes input from standard input and sends its output to standard output. OPTIONSFor incharset and outcharset
For paddingrule
CAVEATSNot all conversions are possible, due to the character sets having different characters available. In most cases, an unconvertible or invalid character will be converted to a 0 (padded appropriately); the exception is that if a tab cannot be converted, it will instead be converted to a single space (so that INTERCAL programs still run if converted to Baudot). Using atari as an input or output character set will literally convert characters which differ between Atari and Princeton syntax without checking to see whether they are being used as operators or not.If arrayname is given, then instead of outputting the converted text literally, it will be output as portable (that is, legal in INTERCAL-72, C-INTERCAL, J-INTERCAL and CLC-INTERCAL) INTERCAL that dimensions the tail array given as arrayname and assigns each byte of the output to an element of that array; this is mostly useful for producing Baudot text for CLC-INTERCAL-style array IO. AUTHORconvickt and this manual page were written by Alex Smith. Visit the GSP FreeBSD Man Page Interface. |