On some of my website french caracters with accent do not appear correctly. It seems to come from MySQL. Did somebody encounter a similar problem. an exemple of a website with trouble : http://www.chinchillas-village.info/ displaying accents Thanks, Arnaud
yes, the text entered in the contents are OK but the line "Mot de passe oublié" which meens "forgotten password" the accent on "oublié" has been replaced by "oubli," ???? The front page content was written by administrator ",crit" instead of "écrit" Bienvenue sur le Chinchillas Village �crit par Web Master 12-06-2004
Either your mysql charset is not set correctly, or you have this problem: http://www.howtoforge.com/forums/showthread.php?t=6707&highlight=default+charset
UTF-8 Forced by httpd.conf That was the reason for my problem with accents, thanks Till # # Specify a default charset for all content served; this enables # interpretation of all content as UTF-8 by default. To use the # default browser choice (ISO-8859-1), or to allow the META tags # in HTML content to override this choice, comment out this # directive: # AddDefaultCharset UTF-8 # Now I have commented that line : # directive: # # AddDefaultCharset UTF-8 #