Roundcube Community Forum

Recycle Bin => Recycle Bin => Topic started by: lobsterman on December 24, 2006, 11:12:08 AM

Title: French accents
Post by: lobsterman on December 24, 2006, 11:12:08 AM
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
Title: Re: French accents
Post by: ReWinD on December 28, 2006, 12:07:06 PM
Hello, have you try including this line on your .htaccess file for roundcube ? :

AddDefaultCharset   utf-8
or
AddDefaultCharset   ISO-8859-1

Title: Re: French accents
Post by: lobsterman on January 07, 2007, 04:49:42 AM
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?