Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Outerbridge

    (@outerbridge)

    That’s very strange as I know the Persian translation files work. Could you post an example question and answer and we’ll take a look?

    Thread Starter bml13

    (@bml13)

    I added the question :
    ???? ????????: ???? ? ???? ? ?????
    and the answer
    171
    and clicked on “Add New Q & A”, the question became:
    ???? ????????: ???? ? ???? ? ?????
    It also appears like that in the signup page.

    I am using WordPress 3.9.1 Arabic and HumanCaptcha 1.6

    Plugin Author Outerbridge

    (@outerbridge)

    Hi. I suspect that the collation type for the Q and A table and fields is not set to utf8_unicode_ci. Can you manually change these in the {your WP prefix}obr_humancaptcha_qanda table to utf8_unicode_ci please (using phpmyadmin)? Then re-enter ???? ????????: ???? ? ???? ? ?????
    and it should work.

    Please let us know how you get on…

    Thread Starter bml13

    (@bml13)

    Yes it did solve the problem, using mysql i executed the query:
    alter table wp_obr_humancaptcha_qanda convert to character set utf8 collate utf8_general_ci;

    Many thanks.

    Plugin Author Outerbridge

    (@outerbridge)

    Great, thanks for letting us know!

    Thread Starter bml13

    (@bml13)

    Was this fixed in the new 1.7 release?

    Thread Starter bml13

    (@bml13)

    I just downloaded V1.7 and I think you still did not fix the COLLATATION problem, I thinks you should add the collate and charset in your sql. See how WordPress does that in its function wp_get_schema:
    https://wpseek.com/wp_get_db_schema/

    Thanks.

    Plugin Author Outerbridge

    (@outerbridge)

    It’s in v1.8!

    Thread Starter bml13

    (@bml13)

    great

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Dos not support questions in arabic’ is closed to new replies.