View Single Post
Old 04-05-2018, 05:58 AM   #4
sinbad21
Junior Member
sinbad21 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jan 2011
Device: Cybook OPUS
I have found a solution : I have modified the prefix_kobo.py component, line 52. Instead of:
Code:
for character in headword:
I put:
Code:
for character in headword[1:2]:
The problem remains only when a blank is in second position of a keyword, as in a posteriori.
sinbad21 is offline   Reply With Quote