Emails template data with strange characters

Hi @nuno,

Can you post those settings here? Specifically, connection_charset, database_charset, and charset_normalization. Recommended values are in this thread:

Check using your browser’s “View Page Info” tool to see that the page is in the UTF-8 encoding. If you’ve inadvertently added whitespace to the header template or something similar, even though the page will specify UTF-8, the browser will interpret it as Latin1 or similar.

If you did a database dump and reload, it’s possible that the encoding got garbled there; on some versions of MySQL it’s necessary to specify --default-character-set=utf8 to mysqldump.

Regards,
Alec Smecher
Public Knowledge Project Team