MacWrite
Dan Tobias (Talk | contribs) |
(Added version history and screenshot) |
||
Line 16: | Line 16: | ||
MacWrite 3.x and up used a different compression system, and were designed so files could be edited directly on disk without loading the entire file into memory. | MacWrite 3.x and up used a different compression system, and were designed so files could be edited directly on disk without loading the entire file into memory. | ||
+ | |||
+ | ==Version History== | ||
+ | {| class="wikitable" | ||
+ | |Version 1.0||1984.01.24||Encore Systems | ||
+ | |- | ||
+ | |Version 2.2||1984.05||Encore Systems | ||
+ | |- | ||
+ | |Version 4.5||1985.04||Encore Systems | ||
+ | |- | ||
+ | |Version 4.6||1987.07||Encore Systems | ||
+ | |- | ||
+ | |Version 5.0||1988.03||Claris | ||
+ | |- | ||
+ | |Version II||1989.01||Claris | ||
+ | |- | ||
+ | |Pro 1.0||1993.03||Claris | ||
+ | |- | ||
+ | |Pro 1.5||1994||Claris | ||
+ | |} | ||
== Programming libraries == | == Programming libraries == | ||
* [http://sourceforge.net/projects/libmwaw/ libmwaw: reads old MacWrite and ClarisWorks documents] | * [http://sourceforge.net/projects/libmwaw/ libmwaw: reads old MacWrite and ClarisWorks documents] | ||
+ | |||
+ | ==ScreenShots== | ||
+ | [[Image:MacWrite1.0-About.png|350px]] | ||
== Links == | == Links == |
Revision as of 14:45, 30 April 2019
MacWrite was the word processor on early Macintosh computers. It originally was released by Apple as one of the programs that came with a Macintosh, but was later spun off to Claris as a separate software product; this did not succeed in competition with other word processors, so it was eventually discontinued by the mid-1990s.
Contents |
File identification
The first two bytes of a MacWrite file are a big-endian integer distinguishing MacWrite versions. MacWrite 2.2 used version 00 03 in this field.
Format details
MacWrite 2.2 stored text in a compression scheme where the (language-specific) most common characters (for English, " etnroaisdlhcfp" in that order, with the space character first) were stored as one nybble each (half a byte), where the values 0 through E corresponded to the characters in the most-common list. The nybble value F signaled that a different character followed, meaning that characters not on the list took three nybbles (a byte and a half) to store. This usually averaged out to a savings, since the most common characters typically make up a high portion of the text.
MacWrite 3.x and up used a different compression system, and were designed so files could be edited directly on disk without loading the entire file into memory.
Version History
Version 1.0 | 1984.01.24 | Encore Systems |
Version 2.2 | 1984.05 | Encore Systems |
Version 4.5 | 1985.04 | Encore Systems |
Version 4.6 | 1987.07 | Encore Systems |
Version 5.0 | 1988.03 | Claris |
Version II | 1989.01 | Claris |
Pro 1.0 | 1993.03 | Claris |
Pro 1.5 | 1994 | Claris |