wire problem with cyrillic posts

When i post a cyrillic massage in wire - its OK, when i replying it and then click on "Previous" in reply message - open that:

By Евгений Будовский 20 hours ago

помогите
- the initial wire message in incorrect coding.
Please, prompt to me, how to fix that?

 

  • Кодировка UTF-8 на сайте

    В файле .htaccess в корне сайта
    добавить код
    AddDefaultCharset UTF-8

    В файле темы
    elgg\mod\theme\views\default\css.php
    в самое начало кода добавить строку
    @charset "UTF-8";

    В файлах
    elgg\views\foaf\pageshells\pageshell.php
    и
    elgg\views\rss\pageshells\pageshell.php
    изменить строку
    echo "<?xml version='1.0'?>\n";
    на
    echo "<?xml version='1.0' encoding='UTF-8'?>\n";

  • Elgg version 1.8.2

     RVR, спасибо большое за помощь!