apostrophe in site title wrongly encoded
-
Hi,
In french apostrophes are very common like in the title of my site : L’informatique.
Wordpress encodes apostrophes in blogname and blogdescription with ' (')
As a consequence, SuperPWA creates a json with:{“name”:”L'informatique
It would be great if your plugin could track this html code and automatically convert it to: {“name”:”L\u0027informatique
or just to: {“name”:”L’informatiqueAs a workaround, I added a line in my function.php to manually add the apostrophe in the title:
update_option("blogname", "L'informatique pour les littéraires");Thanks for this great plugin
Hope this helps improve the internationalization of your plugin.François
The page I need help with: [log in to see the link]
The topic ‘apostrophe in site title wrongly encoded’ is closed to new replies.