Sandro Pazzi wrote:
> Hi all,
> I've a addressbook that read from a custom table in a sqlserver database.
> 
> Why i see � instead of à?

It seems that your database holds data in ISO Latin 1 encoding but
RoundCube uses UTF-8. Either change your database charset or use
rcube_charset_convert($value, 'ISO-8859-1') after reading the values from
the DB.

~Thomas

_______________________________________________
List info: http://lists.roundcube.net/dev/

Reply via email to