Hi,
It’s the same, the HTML char is converted into an apostrophe and when I edit the field it truncate the rest after the apostrophe.
Plugin version 2.4.5
Wordpress 4.1.
Romain.
Hi,
I solved it adding that in the code :
/core/core.php :
update line 581 : $data[] = htmlspecialchars_decode(htmlentities(trim( stripslashes( $shortcode ) ), ENT_NOQUOTES, “UTF-8”));
add line 650 : $content = utf8_encode($content);
This is just a quick fix, spread the word if you think it’s worth it!
Looking forward for th official fix.
Thanks.
Unfortunately I can’t upgrade PHP right now, do know when the code fix will be release?
Thanks.