Topic: Yet another problem with utf-8
Hi, I have read the myriad of posts concerning encoding issues, and from my understanding all this has been resolved in FA2.4
However I have the following issue:
All accents in Spanish language display as should be on screen, however a company name 'Psicopedagógico' note the accented second 'ó' is causing me problems when sending invoice by email. Its being rejected with the following error:-
SMTP error from remote mail server after end of data:
550 From contains invalid characters.
Changing the accented 'ó' to a normal unaccented 'o' and emails with invoices work perfectly, so the problem is clearly the accented 'ó'.
I have tried changing in class.mail.inc line 41
from
var $charset = 'iso-8859-1';
to
var $charset = 'utf-8'; //also tried utf8
But the same problem occurs.
Have logged in and out after changes and cleared cache on server and browser.
Setup info:-
This is on a clean install of V2.4.1
Theme default
Database 10.0.27-MariaDB-cll-lve
Datebase encoding - utf8_unicode_ci
Language encoding in po file - utf-8
Language encoding in installed_languages.inc - 'encoding' => 'utf-8',
Server - Linux
Shared hosting.
Am i doing something wrong or is this a bug?