<< Back
Message for this thread
Posted by Messages text
Ghorbani Abbas

Avatar
Total post : 2
> Profile
Written on : 28/12/2010 11:53 ( more than one month )
Object : a problem in showing docebo with "farsi language"
when i selected farsi or arabic language in docebo , this problem has been happend. plz help me.thanks

???? in farsi

plz help me
 
Omid

Avatar
Total post : 343
> Profile
Written on : 29/12/2010 16:15 ( more than one month )
Object : Re: a problem in showing docebo with "farsi language"
Is your default browser encoding "UTF-8"?

Also I suggest to use "utf8_persian_ci" collation as your DB tables collation.
Message modified by : omid020 on : 29/12/2010 16:23
 
Ghorbani Abbas

Avatar
Total post : 2
> Profile
Written on : 01/01/2011 18:46 ( more than one month )
Object : Re: a problem in showing docebo with "farsi language"
امید خان سلام، میشه ایمیلتون رو داشته باشم ؟
 
Erba Claudio

Avatar
Total post : 2688
> Profile
Written on : 03/01/2011 09:52 ( more than one month )
Object : Re: a problem in showing docebo with "farsi language"
Please write in english
Docebo CEO and Founder
www.docebo.com
 
baghbani mostafa

Avatar
Total post : 4
> Profile
Written on : 26/01/2011 02:07 ( more than one month )
Object : Re: a problem in showing docebo with "farsi language"
This error happend because default language of docebo database is latin. so when you import  utf-8 data (such as farsi or arabic lanquage), that save on database like this ???????.
to solve this problem you must run the following SQL command in mysql.

ALTER DATABASE  #DATABASENAME#  DEFAULT CHARACTER SET utf8 COLLATE utf8_persian_ci

Instead of #DATABASENAME#, enter the name of your database.
and to run sql commands, you can use phpmyadmin from your host control panle.Smile

 Obviously, after run sql command, you must re import farsi language
Message modified by : dr.baghbani on : 26/01/2011 02:16
 
<< Back