Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles; site hplvle.UUCP Path: utzoo!utcs!lsuc!pesnta!hplabs!hpisla!hplvla!hplvla!drick From: drick@hplvla.UUCP (drick) Newsgroups: net.micro Subject: Re: Wordstar Question Message-ID: <7800004@hplvle.UUCP> Date: Wed, 20-Feb-85 20:31:00 EST Article-I.D.: hplvle.7800004 Posted: Wed Feb 20 20:31:00 1985 Date-Received: Fri, 22-Feb-85 04:43:51 EST References: <8300@brl-tgr.UUCP> Organization: HP Loveland Instrument Division Lines: 33 concerning WordStar files: If you use document mode, tabs are immediately expanded into spaces. That's probably why you can't find them w/ search&replace. In non- document mode, WordStar leaves the tabs alone. Some other WordStar stuff I think I remember: The last letter of each word has the high bit set. "Soft" carriage returns are different than those you enter yourself, but I forget how. Might be the high bit. Soft spaces have the high bit set. Soft hyphens are actually SOH or something equally strange. All this is easily verified by looking at a representative WordStar file with a debugger. You can avoid most of this nonsense by using WordStar's non- document mode. If you're running WordStar under a CP/M family operating system, here's one way to get an ASCII file: 1. Delete all print controls like ^B. 2. Turn right justify off and reformat everything. 3. "Print" the document to disk with page formatting and form feeds turned off. 4. Copy the resulting file using PIP with the [Z] option to zero the high bits. One of these days I'll write a little filter in C to do this translation... David L. Rick ...hplabs!hplvla!hplvle!drick