Replies: 2 comments
-
Does it give error when you normally convery using command line? Can you use If you are using |
Beta Was this translation helpful? Give feedback.
-
I honestly didn't think of this use case (reading from one glossary object into another one while sorting) when designing I think you have 3 choices:
The second one is probably easier. |
Beta Was this translation helpful? Give feedback.
-
When verifying the integrity of a StarDict dictionary via stardict-editor it gives the warning of 'Wrong word order'.
Error occurs when using the
glos.write()
method asglos_syn.write(f"{outname}", format="Stardict")
but it also happens when it is used asI don't know whether it is the proper way of forcing sort on write but the second method works when it is used here. (Here, the headwords are mostly ascii characters with Turkish characters put at the back of the idx file but that is not a problem as long as stardict-editor is concerned.)
However, it does not work when sorting is applied on Japanese characters. See the attached screenshot.
Here is the script that I'm having the problem with.
I'm also attaching the source file for the aforementioned Japanese-Turkish dictionary.
vaneralper_jp_tr.zip
Beta Was this translation helpful? Give feedback.
All reactions