View Single Post
Old 12-16-2017, 10:35 AM   #369
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 7,119
Karma: 92500001
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by BeckyEbook View Post
I know solution.
Your letter is build from two characters: "e" and combining acute accent (\u0301).

Of course letter é should be in your title as single character.

Fix your title (replace combined letter to simply é) and Goodreads work like a charm.
calibre has a function that can be used by plugins to do this automatically.

The normalize function in calibre.ebooks uses unicodedata.normalize('NFC') to convert unicode characters to a normalized form.

Last edited by jhowell; 12-16-2017 at 10:37 AM.
jhowell is offline   Reply With Quote