[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 8-bit Appleworks files
- Subject: Re: 8-bit Appleworks files
- From: dempson@actrix.gen.nz (David Empson)
- Date: Fri, 3 Aug 2001 10:18:12 +1200
- Newsgroups: comp.sys.apple2
- References: <cGVubWFu.a688d34e49615dd26c3a5e91efde7443@996705040.cotse.com>
- User-agent: MacSOUP/2.4.2
- Xref: archiver1.google.com comp.sys.apple2:11915
<penman-no-spam@cotse.com> wrote:
> Actually, AppleWorks WP files ARE text files--except that they
> contain control characters that the program interprets to
> do special functions such as underline, boldface, etc.
There is more to it than that. A "text file" means that the file
contains mostly ASCII text with standard control characters such as
carriage return to mark line breaks. This is not a valid description of
an AppleWorks WP file.
It does indeed contain text, but so do a lot of other word processor
file formats (e.g. MS Word and WordPerfect), and I wouldn't call them
"text files" either.
In the case of AppleWorks WP files, there is a large binary header, and
each line is defined as a record with a binary header, followed by the
text from the line with embedded control characters. The text at least
appears in the right order, but manually fixing the line breaks is a
tedious process.