Emails generated are not UTF-8 encoded. This can be a problem for those using foreign languages.
solved this by adding
before line 455 in awohelper.php
I also have a problem with voucher images - the currency symbol is not correctly encoded (€) and 2 squares are displayed instead.
Could you help please ?
solved this by adding
$mail->CharSet = 'UTF-8';
before line 455 in awohelper.php
I also have a problem with voucher images - the currency symbol is not correctly encoded (€) and 2 squares are displayed instead.
Could you help please ?