Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use these dictionaries on other platforms (Linux, Windows) #6

Open
x-ji opened this issue Nov 7, 2015 · 2 comments

Comments

@x-ji
Copy link

x-ji commented Nov 7, 2015

If dictionaries can be converted into OS X .dictionary format from existing dictionaries, then is there also a way to use/convert .dictionary folders such that they can be used on other platforms? For example in the famous GoldenDict app on Linux.

@christopheranderton
Copy link

Apple Dictionary files (.dictionary is a container format) is a proprietary format (with the actual dictionary file in a binary format). So you need to use reverse engineering.

There are two blog posts about this over here:
Part 1: https://josephg.com/blog/reverse-engineering-apple-dictionaries/
Part2: https://josephg.com/blog/apple-dictionaries-part-2/

But maybe there some other tools or ways around this.

@gingerbeardman
Copy link

I think it's probably best to start with the original source material and convert to a dictionary format readable by GoldenDict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants