Problem with arabic language

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
aldar
Posts: 6
Joined: Mon Dec 06, 2010 12:23 am

Problem with arabic language

Post by aldar »

Hi ,
When I add an arabic question to my FAQ site ; which is www.daralhadith.net/faq
It always shows question marks "????????"

Please help me solve it .

Thanks.
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Problem with arabic language

Post by Thorsten »

Hi,

did you created the MySQL database with UTF-8? If not, please re-install the database with UTF-8 characterset.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
aldar
Posts: 6
Joined: Mon Dec 06, 2010 12:23 am

Re: Problem with arabic language

Post by aldar »

Thorsten wrote: did you created the MySQL database with UTF-8?
I don't know !
Thorsten wrote: If not, please re-install the database with UTF-8 characterset.
How ?
I'm sorry , but I don't know how to install it with UTF-8 characterset .

Thanks .
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Problem with arabic language

Post by Thorsten »

Hi,

http://dev.mysql.com/doc/refman/5.1/en/ ... abase.html

Code: Select all

CREATE DATABASE faq DEFAULT CHARACTER SET = utf8
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
aldar
Posts: 6
Joined: Mon Dec 06, 2010 12:23 am

Re: Problem with arabic language

Post by aldar »

Sorry ,
But where should I put this statement ? Which file ?
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Problem with arabic language

Post by Thorsten »

Hi,

you have to execute this in your MySQL server or in your phpMyAdmin installation.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
aldar
Posts: 6
Joined: Mon Dec 06, 2010 12:23 am

Re: Problem with arabic language

Post by aldar »

Please , can you explain , because I tried but it didn't work .
Should I do it before installation or after it ?
aldar
Posts: 6
Joined: Mon Dec 06, 2010 12:23 am

Re: Problem with arabic language

Post by aldar »

Oh, I think I do it .
Every thing is going fine :D
Thanks .
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Problem with arabic language

Post by Thorsten »

Hi,

looks good now: http://www.daralhadith.net/faq/

Would be cool if you could translate the missing strings of the arabic language file if you like and send it to me. :-)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
aldar
Posts: 6
Joined: Mon Dec 06, 2010 12:23 am

Re: Problem with arabic language

Post by aldar »

The Arabic translation is mess , I'm trying to fix it .

Thanks for your help :)
Post Reply