From: Reimar Döffinger Date: Sun, 20 Dec 2020 10:20:48 +0000 (+0100) Subject: Minor updates to the dictionary format documentation. X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=commitdiff_plain;h=84904d463db3c5839ee3f73ec8184c4407247b92 Minor updates to the dictionary format documentation. --- diff --git a/dictionary-format-v6.txt b/dictionary-format-v6.txt index 25cf345..06941cc 100644 --- a/dictionary-format-v6.txt +++ b/dictionary-format-v6.txt @@ -1,7 +1,10 @@ This is a quick write-up of the old dictionary file format, v6. +It is the format that is (unfortunately) still used by the Tolino +ebook readers. The ConvertToV6 tool can be used to convert +the new format to this old one. v6 is troublesome as it relies on Java serialization and thus there will be references to Java types. -This hasn't been checked for correctness and likely has some bugs. +This hasn't been checked much for correctness and likely has some bugs. Also, I really should have used some standard format for writing this... =========================================== diff --git a/dictionary-format.txt b/dictionary-format.txt index ffb85ef..9718237 100644 --- a/dictionary-format.txt +++ b/dictionary-format.txt @@ -1,7 +1,7 @@ This is a quick write-up of the dictionary file format, v7. -v6 is troublesome as it relies on Java serialization and thus -I won't even attempt to document it. -This hasn't been checked for correctness and likely has some bugs. +v6 is troublesome as it relies on Java serialization but is now +also documented in dictionary-format-v6.txt. +This hasn't been checked much for correctness and likely has some bugs. Also, I really should have used some standard format for writing this... ===========================================