View Single Post
Old 02-02-2025, 07:28 AM   #211
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,500
Karma: 8065348
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Looks like this commit, in particular the changes to spell/dictionary.py.

I was able to make it fail by creating a user dictionary. Replacing line 40 with what it was fixes it.
Code:
self.words = {(w, langcode) for w, langcode in kwargs['words']}
I wonder if any of the other changes in that commit will have the same problem.

EDIT: I'm not making a PR. There is some weirdness with character encoding for the file and I don't want to break anything. I converted it to UTF8 to test it, which changed lines 464 and 469.

Last edited by chaley; 02-02-2025 at 07:32 AM.
chaley is offline   Reply With Quote