for example: "á" shows as "á"
according to this table:
for example: "á" shows as "á"
according to this table:
Because you test it on your own, go to your ow_base_mail table when you send those mails or notifications you'll see that these characters are displayed properly.
In database table ow_base_mail cange (subject, textContent,.....) encoding from "utf8_general_ci" to (in my case) utf8_slovak_ci.
Thank you ross...
but how is it possible that in the previous ox version it work?
Please if you have any suggestions help, it is important to Maili work properly. thanks
mail source:
--b1_9d7fe2248076172b47bcd8b5925a3cd9Content-Type: text/html; charset=iso-8859-1Content-Transfer-Encoding: 8bit
Ahoj xxxxx,<br /><br />ÄŽakujeme, Ĺľe si nastĂşpil/a na Koráb.sk! Teraz je potrebnĂ© aby si overil/a svoj email kliknutĂm na <a href="http://www.xxxxxxxx.sk/...da2be19bc4e827cb9b36">tento odkaz</a><br /><br />Alebo mĂ´Ĺľte nasledujĂşci kĂłd priamo vloĹľiĹĄ po kliknutĂ na <a href="http://www.xxxxxxxx.sk/email-verify-form">tento odkaz</a>: 5eab0e5b9ad0da2be19bc4e827cb9b36<br /><br />ÄŽakujeme,<br />Koráb.sk administrácia
--b1_9d7fe2248076172b47bcd8b5925a3cd9--
After update to 1.7.
I changed the line 56 in the file /ow_libraries/php_mailer/class.phpmailer.php to:
public $CharSet = 'utf-8';
I think that better don't change table ow_base_mail; see this: