Thanks for your post.
The reason is not only our plugin, may also cause charset of your database, please try with utf8
https://codex.ww.wp.xz.cn/Converting_Database_Character_Sets
Please also check your theme has meta tag for charset.
<meta charset="<?php bloginfo( 'charset' ); ?>">
View post on imgur.com
Please see the screenshot, here both admin and front side works fine on my localhost.
View post on imgur.com
View post on imgur.com
Regards
-
This reply was modified 9 years, 3 months ago by
PickPlugins.
Thread Starter
catheg
(@catheg)
Hi,
My site is a french site, I have no problem of encoding in the other content of the site.
I checked the charset of my page.
<meta charset=”UTF-8″>
And the encoding of my database is the same.
I changed the file meta.php of you pluggin removing htmlentities line 446.
And now I have no problem of encoding anymore.
So I don’t know if it’s a bug of your pluggin.
Catherine.