Title: Strange encoding
Last modified: March 26, 2020

---

# Strange encoding

 *  Resolved [aminaz](https://wordpress.org/support/users/aminaz/)
 * (@aminaz)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/strange-encoding/)
 * Hello!
 * I noticed a strange encoding in the description of the plugin and part of the
   settings text like. Website in Russian
    ÐÐ°Ð¶Ð´ÑÐ¹ Ð½Ð¾Ð²ÑÐ¹ Ð¿Ð¾Ð»ÑÐ·Ð¾Ð
   ²Ð°ÑÐµÐ»Ñ Ð´Ð¾Ð»Ð¶ÐµÐ½ Ð±ÑÑÑ Ð¿ÑÐ¾Ð²ÐµÑÐµÐ½ Ð¸ Ð¾Ð´Ð¾Ð±ÑÐµÐ½ Ð°Ð´Ð¼Ð¸
   Ð½Ð¸ÑÑÑÐ°ÑÐ¾ÑÐ¾Ð¼ Ð¿ÐµÑÐµÐ´ ÑÐµÐ¼, ÐºÐ°Ðº Ð¿Ð¾Ð»ÑÑÐ¸ÑÑ Ð´Ð¾ÑÑÑÐ¿
   Ðº ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÐµÐ½ÑÐ°Ð¼

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

 *  Moderator [Yui](https://wordpress.org/support/users/fierevere/)
 * (@fierevere)
 * 永子
 * [6 years, 2 months ago](https://wordpress.org/support/topic/strange-encoding/#post-12588545)
 * > Каждый новый пользователь должен быть проверен и одобрен администратором перед
   > тем, как получить доступ к компонентам
 * its in ISO-8859-1
 * Does your webserver set header for unicode?
    `content-type: text/html; charset
   =UTF-8` or your theme (header.php or see html page source)
 *     ```
       <meta charset="UTF-8" />
       ```
   
 *  Thread Starter [aminaz](https://wordpress.org/support/users/aminaz/)
 * (@aminaz)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/strange-encoding/#post-12588634)
 * I deleted the translation file. And everything is fine. Problem in Russian translation
   file
 *  Thread Starter [aminaz](https://wordpress.org/support/users/aminaz/)
 * (@aminaz)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/strange-encoding/#post-12588644)
 * Thank for quick answer! Yes there is <meta charset=”UTF-8″>
    -  This reply was modified 6 years, 2 months ago by [aminaz](https://wordpress.org/support/users/aminaz/).
 *  Moderator [Yui](https://wordpress.org/support/users/fierevere/)
 * (@fierevere)
 * 永子
 * [6 years, 2 months ago](https://wordpress.org/support/topic/strange-encoding/#post-12588650)
 * т.е. перевод испорчен?
    [https://plugins.svn.wordpress.org/bp-registration-options/trunk/languages/bp-registration-options-ru_RU.po](https://plugins.svn.wordpress.org/bp-registration-options/trunk/languages/bp-registration-options-ru_RU.po)
 * и правда, битая кодировка.
 * _**Plugin authors**_, please delete russian translation files from /languages/
   its utterly broken.
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [6 years, 2 months ago](https://wordpress.org/support/topic/strange-encoding/#post-12588657)
 * For what it’s worth, we’d love to have a freshly updated russian translation 
   po file for the russian translation. We can provide the po template file as well.
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [6 years, 2 months ago](https://wordpress.org/support/topic/strange-encoding/#post-12588672)
 * Removed from the 4.3.9 tag for the time being.
 *  Moderator [Yui](https://wordpress.org/support/users/fierevere/)
 * (@fierevere)
 * 永子
 * [6 years, 2 months ago](https://wordpress.org/support/topic/strange-encoding/#post-12588862)
 * I have updated translation.
    [https://translate.wordpress.org/locale/ru/default/wp-plugins/bp-registration-options/](https://translate.wordpress.org/locale/ru/default/wp-plugins/bp-registration-options/)
 * Language pack will be available in a hour
    (every user can update via Dashboard
   >Updates>Update translations Консоль>Обновления>Обновить переводы) or it may 
   happen within a day or two automatically.
 * Language packs from GlotPress are used by WordPress 4.6 and newer, older WP versions
   may still load bundled (and broken) translations.
 * marked topic as resolved.
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [6 years, 2 months ago](https://wordpress.org/support/topic/strange-encoding/#post-12589243)
 * Thank you 🙂
 *  Thread Starter [aminaz](https://wordpress.org/support/users/aminaz/)
 * (@aminaz)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/strange-encoding/#post-12591888)
 * Yui, спасибо большое!
 *  [kitchin](https://wordpress.org/support/users/kitchin/)
 * (@kitchin)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/strange-encoding/#post-13013528)
 * Please bump the version number from 4.3.9. The two missing files cause this WP-
   CLI command to fail:
 * `wp plugin verify-checksums bp-registration-options`
 * Result:
 *     ```
       bp-registration-options,languages/bp-registration-options-ru_RU.mo,"File is missing"
       bp-registration-options,languages/bp-registration-options-ru_RU.po,"File is missing"
       ```
   
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [5 years, 11 months ago](https://wordpress.org/support/topic/strange-encoding/#post-13019588)
 * I’ll see what I can do as I’d prefer to not bump all “willy nilly” just for the
   sake of it. I know I have a few recently opened issues over at [https://github.com/WebDevStudios/BuddyPress-Registration-Options/issues](https://github.com/WebDevStudios/BuddyPress-Registration-Options/issues)
   that I may try to work on later this week. Hopefully I can get something or a
   4.3.10 or so.

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

The topic ‘Strange encoding’ is closed to new replies.

 * ![](https://ps.w.org/bp-registration-options/assets/icon-256x256.png?rev=2882040)
 * [Registration Options for BuddyPress](https://wordpress.org/plugins/bp-registration-options/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bp-registration-options/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bp-registration-options/)
 * [Active Topics](https://wordpress.org/support/plugin/bp-registration-options/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bp-registration-options/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bp-registration-options/reviews/)

## Tags

 * [wp-cli](https://wordpress.org/support/topic-tag/wp-cli/)

 * 11 replies
 * 4 participants
 * Last reply from: [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/strange-encoding/#post-13019588)
 * Status: resolved