View Single Post
Old 07-09-2021, 09:25 AM   #1
jiembe
Zealot
jiembe began at the beginning.
 
Posts: 145
Karma: 10
Join Date: Sep 2016
Location: Montréal Québec
Device: Kobo Glo; Kobo Libra
Can't replace space with no-break space with my function since 5.23

I had a function for replacing some spaces with no-break spaces looking like this snippet:

return match.group().replace(' ;', ' ;')

where: left a normal space, right a no-break space

but now I don't get any changes with version 5.23 (I didn't try 5.22).

What's change in Calibre and how can it make working?
jiembe is offline   Reply With Quote