View Single Post
Old 12-16-2017, 01:30 PM   #372
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 876
Karma: 3501146
Join Date: Jan 2017
Location: Poland
Device: Various
Quote:
Originally Posted by Dzib View Post
The problem is to do that for thousands of books
It will not be a problem if @davidfor improve the plugin.

To test, I added a line in the __init__.py file:
Code:
import unicodedata
And line 61:
Code:
            title_tokens = list(self.get_title_tokens(unicodedata.normalize('NFC',title),
After these changes everything works (I hope).
BeckyEbook is offline   Reply With Quote