Hi,
I have an issue with displaying emails which have some special characters like ® or ™
Bad server response in client and in logs
ERROR: Json::encode():Malformed UTF-8 characters, possibly incorrectly encoded - stdClass Object ( [id] => 603cecd205367d5fc........
I have two machines, both are using latest version of esporm, also one uses MySql while another uses MariaDB.
Also, I noticed that body_plain for email is NULL for that specific email. I updated body_plain with body content and it can be parsed/shown in browser.
Any suggestion on how to solve this issue?
Best regards
I have an issue with displaying emails which have some special characters like ® or ™
Bad server response in client and in logs
ERROR: Json::encode():Malformed UTF-8 characters, possibly incorrectly encoded - stdClass Object ( [id] => 603cecd205367d5fc........
I have two machines, both are using latest version of esporm, also one uses MySql while another uses MariaDB.
Also, I noticed that body_plain for email is NULL for that specific email. I updated body_plain with body content and it can be parsed/shown in browser.
Any suggestion on how to solve this issue?
Best regards
Comment