DAWG
DAWG copied to clipboard
Could not support dawgdic created file with russian strings(CP1251)
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?
the problem is related to russian dictionary only. English works properly
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