> On Tue, Sep 18, 2001, Bill Janssen wrote:
> > I've expanded the definition of the Plucker format to document the
> > PalmOS-specific headers.
>
> You could add that the name of the Plucker document should be unique
> for the first 26 chars. When the meta database is created we add a
> prefix ("Plkr-") to the name of the Plucker document to get a unique
> name for the meta database, so two documents that are equal up to the
> 26th char will use the same meta database -- not a good idea.
Will do.
> If you want to you can also add that we don't use the unique IDs in
> the record header, but instead have our own IDs. The reason for this
> is that the ID change when you beam a Palm database and we need the
> original ID, since that is used both for the links and images in the
> Plucker document and to find the reserved records.
Just to make sure I understand: We don't use the three-byte unique IDs
in the record-ID list header structure, but we do use the absolute offset
to the record? Do the two-byte unique IDs in the data records still
need to accord with those three-byte IDs for any purpose at all, be it
Plucker or PalmOS?
Presumably I can also remove the proviso that the three-byte unique ID
must be less than 0x10000, since it isn't really used.
Bill