Forums
(@jommega)
9 years, 7 months ago
i fix UTF-8 encoding replacing
htmlentities ( $data, ENT_QUOTES, “UTF-8”)
with
htmlspecialchars( $data, ENT_QUOTES, “UTF-8”)
great plugins…