• Hallo!

    At first I apologize for my english.

    I have install “Login With Ajax”. On form submitting instead of text, like “Введите имя” (Russian), it returns gibberish.

    The site encoding is UTF-8 and any other file on site is in UTF-8 to.

    The problem would have been easier if I had to display only Russian characters. The fact that I am creating a template and I’m going to sell it en masse. So If the admin, for example, any Arab will set in the WP settings by default Arabic lang., then the output Ajax messages will be displayed not correct.

    I have also tried to display plugin form on default WP template (twentyten), and there also displays wrong russian encoding on form sending.

    Wat’s wrong?

    Thanks in advance

    http://wordpress.org/extend/plugins/login-with-ajax/

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same problem (with french accents é à è etc…), anyone could help us, please?

    Thanks =)

    K8L, login-with-ajax.php Fill to the top
    header("Content-type: text/html; charset=UTF-8");
    and save file to utf-8 not ben (use notepad ++)

    Thread Starter artnik7

    (@artnik7)

    header(“Content-type: text/html; charset=UTF-8”); will not halp to.
    I’v already solved the problem in .htaccess file, that I’v upload in my WP home directory.
    So… Create a file .htaccess with this code

    AddDefaultCharset utf-8
    AddCharset utf-8 *
    <IfModule mod_charset.c>
        CharsetSourceEnc utf-8
        CharsetDefault utf-8
    </IfModule>

    and upload it into your site home directory, and it will work well!

    and save file to utf-8 not ben (use notepad ++)

    ?

    Thank’s a lot artnik7! It works!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Login With Ajax] Problem with encoding’ is closed to new replies.