Closed bonnebulle closed 5 months ago
https://github.com/trilbymedia/grav-plugin-page-toc/releases/tag/3.2.3 fix the TOC, now I show H2,H3... in the TOC (not only H1) ... But my page is badly encoding the characters ! This only affect the content/body of my article... Not the title
All works fine when this plugin v.3.2.3 is disabeled... You can see the result into my work in progress GRAV here : https://dn.vincent-bonnefille.fr/a/un_jardin
v.3.2.3
Example : Lost garden => économie de l'attention should be : Lost garden => Économie de l'attention
It the same under Chromium / Firefox
I follow this to try a fix by myself https://github.com/getgrav/grav/issues/1437
document.characterSet
UTF-8
<meta charset="utf-8">
Thanks for all, your work and time
I confirm that I've been experiencing the same character encoding problem since the last plugin update.
Fixed in v3.2.4
https://github.com/trilbymedia/grav-plugin-page-toc/releases/tag/3.2.3 fix the TOC, now I show H2,H3... in the TOC (not only H1) ... But my page is badly encoding the characters ! This only affect the content/body of my article... Not the title
All works fine when this plugin
v.3.2.3
is disabeled... You can see the result into my work in progress GRAV here : https://dn.vincent-bonnefille.fr/a/un_jardinExample : Lost garden => économie de l'attention should be : Lost garden => Économie de l'attention
It the same under Chromium / Firefox
I follow this to try a fix by myself https://github.com/getgrav/grav/issues/1437
document.characterSet
in my browser output = "UTF-8
" ... yes I put<meta charset="utf-8">
Thanks for all, your work and time