It can't be a strange character. I also tried with older books of mine. It can't be that.
Let me have an aside, who knows?
Some few weeks ago, one program (called
formateur de texte) was not working on my computer (archlinux). It's part of a bigger program for LibreOffice called "Grammalecte".
First, Linux build was deemed to be the probable culprit by the developer. To cut the story short, finally, it happened that there was a change to be done in some python program, maybe a consequence of python 3.8 use, and it was necessary to replace
time.clock() with
time.perf_counter().
Quote:
Merci. Grâce à ça, j’ai pu corriger le problème.
Dans le fichier TextFormatter.py, il faut remplacer les deux occurrences de time.clock() par time.perf_counter().
|
For what it may be worth...