Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same problem, cyrillic symbols do not display properly on admin page even though do echo correctly when using get_custom().

    certainlyakey

    (@certainlyakey)

    For now I just replaced in the plugin code line 222:

    <td><?php echo htmlentities(utf8_decode($option->value)); ?></td>

    with

    <td><?php echo $option->value; ?></td>

    I think the values stored in the DB are already UTF-8, so it’s not needed much.

    Plugin Author Leo Caseiro

    (@leocaseiro)

    Hi, what kind of string are you using? HTML? Text only? Could you please send me a example for me to put in my tests?

    It’s a simple piece of HTML like this:

    <h2>Москва</h2>
    <p>Повышение квалификации, сертификация: Ковалева Ирина Викторовна — +7 (495) 745-09-70, 8-800-700-9820 (бесплатный), e-mail: <a href="mailto:kiv@sudex.ru">kiv@sudex.ru</a>, Skype: kiv_sudex</p>
    <p>Продление сертификата: Кобрунова Мария Юрьевна — +7 (495) 745-09-77 доб. 121, 8-800-700-9820 (бесплатный), e-mail: <a href="mailto:maria@sudex.ru">maria@sudex.ru</a></p>
    <p>Повышение квалификации «Эксперт-техник» (ОСАГО), сертификация судебно-экспертных лабораторий: Матыцин Михаил Алексеевич — +7 (495) 745-09-74, e-mail: <a href="mailto:mma@sudex.ru">mma@sudex.ru</a></p>
    Plugin Author Leo Caseiro

    (@leocaseiro)

    Hi @certainlyakey, I’d like to know if the last version of the Plugin still having the same Issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problems with encoding’ is closed to new replies.