Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!elroy.jpl.nasa.gov!decwrl!mcnc!rti!mozart!trumbull From: trumbull@unx.sas.com (Ed Trumbull) Newsgroups: comp.misc Subject: Re: How many different ASCII textfile formats are there? Message-ID: <1991May29.173405.2181@unx.sas.com> Date: 29 May 91 17:34:05 GMT References: <1991May27.162515.665@looking.on.ca> Organization: SAS Institute Inc. Lines: 14 Brad Templeton asks for obscure ASCII text formats. Here's Prime's: 1. Prime ASCII is "signed" -- extended ASCII characters go in bytes 0 to 127, and "normal" ASCII characters go in bytes 128 to 255. 2. Text lines are terminated by a newline. (The newline is ignored as terminal input...) 3. All occurrences of more than two spaces are compressed by replacing them with a horizontal tab (DC1) and a byte count. -- Ed Trumbull SAS Institute, Inc. Cary, NC USA