• Resolved morbidcuriosity

    (@morbidcuriosity)


    Hi,

    I have some troubles with char set. I’m from Czech republic so I need to translate some texts to Czech, but when I translate text which comes in password reset e-mail (it’s necessary to change it right in PHP source code Process_Front_End_Forms.php, because there’s no possibility to change it in Options → Labelling in WP admin), it looks like this:

    ImgLand.net image

    How can I fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter morbidcuriosity

    (@morbidcuriosity)

    I tried to fix it this way: http://php.net/manual/en/function.mail.php so my PH code looks like this now:

    $headers = ‘From: ‘ . $Admin_Email . “\r\n” .
    ‘Reply-To: ‘ . $Admin_Email . “\r\n” .
    ‘X-Mailer: PHP/’ . phpversion();
    ‘MIME-Version: 1.0’ . “\r\n” .
    ‘Content-type: text/html; charset=UTF-8’ . “\r\n”;

    But it still doesn’t work.

    Thread Starter morbidcuriosity

    (@morbidcuriosity)

    I have already fixed this. I’m just stupid and I saved it wrong. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘UTF-8?’ is closed to new replies.