Path: utzoo!attcan!uunet!husc6!uwvax!dogie!uwmcsd1!ig!agate!ucbvax!VENUS.YCC.YALE.EDU!LEICHTER From: LEICHTER@VENUS.YCC.YALE.EDU ("Jerry Leichter ", LEICHTER-JERRY@CS.YALE.EDU) Newsgroups: comp.os.vms Subject: re: Untabify utility Message-ID: <8805241240.AA09064@ucbvax.Berkeley.EDU> Date: 22 May 88 23:52:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 17 > > Has anyone written a good UNTABIFY utility? > [...] > From the DECUS C library. In the interests of completeness, I've > included both detab and entab. > -- Jerry > [...] Thanks. But people should be aware of the special case of Fortran Carriage-control files. You don't want to change the space in column one which is followed by seven spaces into a TAB, do you? ... Have you tried the programs I posted? The VAX C library understands FORTRAN carriage control format, and will expand the input lines into text streams according to the FORTRAN definitions. -- Jerry