Problems with encoding charset in Plugin default settings (Email Users Settings)
-
Hi, first of all, thank you for this plugin it helps me with my project.
There is a problem with charset with Plugin default settings, when is displayed with UTF-8 with a latin language… all special chars are showed wrongly (e.g. all accentuated vocals). I have changed this in <i>email_users_notify_form.php</i> file:
<td><?php echo htmlentities($value); ?></td>
with this
<td><?php echo htmlentities($value, ENT_COMPAT, 'UTF-8'); ?></td>
And works perfect with my spanish translation, and should work with all languages if translation has been made with UTF-8 charcode.
- The topic ‘Problems with encoding charset in Plugin default settings (Email Users Settings)’ is closed to new replies.