Bbrano099Apr 5, 2023
Hi,
the autorespond message does not show me the diacritics /special characters/
.. where can I change the encoding to UTF-8 ?
Thank you
2 replies · opened Apr 5, 2023
Hi,
the autorespond message does not show me the diacritics /special characters/
.. where can I change the encoding to UTF-8 ?
Thank you
Hello,
Simply find the following code in the include/form.php File:
[ch_pre type="php"]$autoresponder->MsgHTML( $ar_body );[/ch_pre]
and replace it with:
[ch_pre type="php"]$autoresponder->MsgHTML( $ar_body );
$autoresponder->CharSet = "UTF-8";[/ch_pre]
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
work Perfect!
Thank you
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard