mdict-js icon indicating copy to clipboard operation
mdict-js copied to clipboard

Any library to read mdict *.MDX files in java?

Open am2222 opened this issue 8 years ago • 2 comments

I was looking for any library or sources which helps me to read MDX dictionary files in Java, I have found some resources already such as mdict-android-opensource but it does not have its implantations to how read mdx database files. Does any one knows a good source about these files and possible libraries which could be used for it? Thanks very much.

am2222 avatar Feb 08 '17 08:02 am2222

Read head of https://github.com/fengdh/mdict-js/blob/master/mdict-parser.js, which are helpful links to understand MDX format (be careful erroneous information).

2017-02-08 17:24 GMT+09:00 Majid Hojati [email protected]:

I was looking for any library or sources which helps me to read MDX dictionary files in Java, I have found some resources already such as mdict-android-opensource but it does not have its implantations to how read mdx database files. Does any one knows a good source about these files and possible libraries which could be used for it? Thanks very much.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fengdh/mdict-js/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AEEMDLA6jvpLW9lFbvh23zwOXKyBXIjpks5raXuvgaJpZM4L6g2W .

fengdh avatar Feb 08 '17 09:02 fengdh

Thanks very much for your help

am2222 avatar Feb 08 '17 20:02 am2222