X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=blobdiff_plain;f=dictionary-format-v6.txt;h=06941cccff6db756412e8850763ca865506e0323;hp=25cf345f07497c09f7394a012981021e96aec2f1;hb=HEAD;hpb=7c98c2efafeef0faafb13e536627fc54535c41ea 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... ===========================================