From 84904d463db3c5839ee3f73ec8184c4407247b92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Sun, 20 Dec 2020 11:20:48 +0100 Subject: [PATCH] Minor updates to the dictionary format documentation. --- dictionary-format-v6.txt | 5 ++++- dictionary-format.txt | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) 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... =========================================== -- 2.43.0