This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
[closed] Problems with characters - swedish
Started 17 years ago by zentering | 2 posts |
-
Hi all,
Having problems with characters, when recieving a mail from the form the swedish chars Å Ä Ö are messed up. Any siggestions / Z
Posted 17 years ago # -
Hi,
Try editing your includes/helper-functions.php file. Search around line 433, you'll found this code:
$mail->Host = "127.0.0.1"; $mail->Mailer = "mail";
Right below those code, add the line below:$mail->CharSet = 'UTF-8';
Let me know if this doesn't work for you.
MachForm Founder
Posted 17 years ago #
Topic Closed
This topic has been closed to new replies.