mdict_reader icon indicating copy to clipboard operation
mdict_reader copied to clipboard

GeneratedByEngineVersion 2.0以下无法工作

Open mlican opened this issue 3 years ago • 3 comments

mlican avatar Mar 03 '22 08:03 mlican

Yes, mdict_reader only works for GeneratedByEngineVersion=2.0. but if you could provide .mdx file with GeneratedByEngineVersion < 2.0, I could implement it.

qingshan avatar May 21 '22 02:05 qingshan

@qingshan Hello, here is a file with GeneratedByEngineVersion == 1. It would be great if you can support it. jmdict.mdx.zip

anhtuan23 avatar Jan 30 '23 14:01 anhtuan23

@anhtuan23 Now support mdict file with GeneratedByEngineVersion < 2.0. but currently lzo compression is not supported. Because your uploaded mdict file is using lzo compression, so still need to implement lzo decompression to support the file.

qingshan avatar Feb 07 '23 20:02 qingshan