Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!brl-adm!adm!prindle@nadc.arpa From: prindle@nadc.arpa Newsgroups: comp.sys.misc Subject: re: CP/M Wordstar files Message-ID: <1401@brl-adm.ARPA> Date: Wed, 10-Dec-86 08:47:40 EST Article-I.D.: brl-adm.1401 Posted: Wed Dec 10 08:47:40 1986 Date-Received: Sun, 14-Dec-86 02:01:12 EST Sender: news@brl-adm.ARPA Lines: 9 As far as I can tell, a CP/M wordstar file is nothing more than a text file with the upper bit significant on each character - in particular, a carriage return code (0d hex) is *hard* (starts a new paragraph), while a carriage return code with the high order bit set (8d hex) is *soft* (permissible for Wordstar to move during reformatting). Presuming Wordstar files under MSDOS were the same way (I don't know, but it sure makes sense), an 8 bit transfer should work just fine. Frank Prindle Prindle@NADC.arpa