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?
|