Author Topic: French accents  (Read 6005 times)

Offline lobsterman

  • Jr. Member
  • **
  • Posts: 24
French accents
« 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

Offline ReWinD

  • Newbie
  • *
  • Posts: 6
Re: French accents
« Reply #1 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


Offline lobsterman

  • Jr. Member
  • **
  • Posts: 24
Re: French accents
« Reply #2 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?