Roundcube Community Forum

 

French accents

Started by lobsterman, December 24, 2006, 11:12:08 AM

Previous topic - Next topic

lobsterman

Anyone else not able to display accented characters once FranÃÃ,§ais is selected in Personal Settings? My web server is OK as I tested accented characters in a standard HTML page. I tried setting the default charset to ISO-8859-1, no joy...

Have tried also setting the browser text encoding in Safari and Firefox to various, no good either.

THis happens on two different Linux shared hosting services.
one with:
Linux, MySQL - 5.0.24a, PHP Version 4.4.4
the other with MySQL 4.x

both MySQL using UTF8

ReWinD

Hello, have you try including this line on your .htaccess file for roundcube ? :

AddDefaultCharset   utf-8
or
AddDefaultCharset   ISO-8859-1


lobsterman

Quote from: ReWinD Hello, have you try including this line on your .htaccess file for roundcube ? :

AddDefaultCharset   utf-8
or
AddDefaultCharset   ISO-8859-1

No, good thought, but can you give me an example of the .htaccess file for this?