Problems with accentuated characters

Discussion in 'Installation/Configuration' started by aceyzeriat, Aug 28, 2007.

  1. aceyzeriat

    aceyzeriat New Member

    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
     
  2. edge

    edge Active Member Moderator

    For me all is looking fine (I think)

    [​IMG]
     
    Last edited: Aug 28, 2007
  3. aceyzeriat

    aceyzeriat New Member

    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
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

  5. aceyzeriat

    aceyzeriat New Member

    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
    #
     

Share This Page