
plz help me
| Posted by | Messages text |
|---|---|
![]() 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 ![]() plz help me |
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 |
![]() 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" امید خان سلام، میشه ایمیلتون رو داشته باشم ؟ |
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 |
![]() 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. ![]() Obviously, after run sql command, you must re import farsi language Message modified by : dr.baghbani on : 26/01/2011 02:16 |