Title: UTF-8?
Last modified: March 6, 2017

---

# UTF-8?

 *  Resolved [morbidcuriosity](https://wordpress.org/support/users/morbidcuriosity/)
 * (@morbidcuriosity)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/utf-8-2/)
 * 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⌉⌊ImgLand.net image⌉[
 * How can I fix this?
    -  This topic was modified 9 years, 3 months ago by [morbidcuriosity](https://wordpress.org/support/users/morbidcuriosity/).

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

 *  Thread Starter [morbidcuriosity](https://wordpress.org/support/users/morbidcuriosity/)
 * (@morbidcuriosity)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/utf-8-2/#post-8885024)
 * I tried to fix it this way: [http://php.net/manual/en/function.mail.php](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](https://wordpress.org/support/users/morbidcuriosity/)
 * (@morbidcuriosity)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/utf-8-2/#post-8888066)
 * 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.

 * ![](https://ps.w.org/front-end-only-users/assets/icon-128x128.png?rev=1805921)
 * [Front End Users](https://wordpress.org/plugins/front-end-only-users/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/front-end-only-users/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/front-end-only-users/)
 * [Active Topics](https://wordpress.org/support/plugin/front-end-only-users/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/front-end-only-users/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/front-end-only-users/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [morbidcuriosity](https://wordpress.org/support/users/morbidcuriosity/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/utf-8-2/#post-8888066)
 * Status: resolved