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

Could not support dawgdic created file with russian strings(CP1251) #51

Open
mirage93i opened this issue Mar 11, 2023 · 2 comments
Open

Comments

@mirage93i
Copy link

Hi,
I've tried to use dawgdic to create dictionary with c++ strings and tries to read it with dwag_python
it does not show any items and wrote some mistake related to encoding to UTF-8
I found that dwag_python works only with UTF-8 strings. Am I right?

@mirage93i
Copy link
Author

the problem is related to russian dictionary only. English works properly

@mirage93i
Copy link
Author

Definitely the problem is related to creation of dictionary with c++ with char * and CP1251 encodings.
such dictionaries do not load properly in python. If I used utf-8 to create such dics loads correctly

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

1 participant