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


  1. zentering
    Member

    Hi all,

    Having problems with characters, when recieving a mail from the form the swedish chars Å Ä Ö are messed up. Any siggestions / Z

    Posted 16 years ago #
  2. yuniar

    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 16 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.