hi
when i save identities in arabic language The system shows me in display name "? ? ? ? ? ? ?"
like this :
(http://i58.tinypic.com/2r2atg7.jpg)
i use sql server 2008 r2
whats problem?
thanks
In the mssql.initial.sql all the text fields are set to Latin1_General_CI_AI, I don't use mssql so may be that is correct but I would expect it to be UTF8 like in mysql. May be try changing the character set in your db then create a new identity and see if it solves the problem.
thanks for reply
can i use ini_set('mssql.charset', 'UTF-8'); for mssql?
i don't know about that option. I meant the encoding of the tables/fields in the database itself. in mysql its called the Collation.
i change roundcube database to mysql so It works well
thanks for your help