]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Minor updates to the dictionary format documentation.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 20 Dec 2020 10:20:48 +0000 (11:20 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 20 Dec 2020 10:20:48 +0000 (11:20 +0100)
dictionary-format-v6.txt
dictionary-format.txt

index 25cf345f07497c09f7394a012981021e96aec2f1..06941cccff6db756412e8850763ca865506e0323 100644 (file)
@@ -1,7 +1,10 @@
 This is a quick write-up of the old dictionary file format, v6.
 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.
 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...
 
 ===========================================
 Also, I really should have used some standard format for writing this...
 
 ===========================================
index ffb85efbd8d399354fd9e2fba7e467eafc98842e..97182373faa7900a0a86cc2c975e299a4ccbbebf 100644 (file)
@@ -1,7 +1,7 @@
 This is a quick write-up of the dictionary file format, v7.
 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...
 
 ===========================================
 Also, I really should have used some standard format for writing this...
 
 ===========================================