Latin character support in apache httpd.conf

Discussion in 'Apache' started by gajjirajkumar, Mar 25, 2013.

  1. #1
    Hello,

    There is a requirement by the customer In order to display latin characters correctly in the UI, we need to add charset information in httpd.conf file.

    We have added the AddDefaultCharset UTF-8 in httpd.conf.
    Even after adding the above charset in httpd.conf the changes was not reflecting.

    And there was a reply by the customer that



    Even after adding those lines to httpd.conf file, I am not getting characters (like ö, ä, ü) properly sent to my application.

    This works perfectly fine in my local system where I am not using apache web server. But fails when I deploy the same code to QA, where the Apache webserver is used.


    Kindly help me in this case
     
    gajjirajkumar, Mar 25, 2013 IP
  2. Thibaut

    Thibaut Well-Known Member

    Messages:
    886
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Since the server seems to be suitably configured, are you sure your issue doesn't come from your client side ?
     
    Thibaut, Mar 26, 2013 IP
  3. gajjirajkumar

    gajjirajkumar Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    I am not sure about that.
     
    gajjirajkumar, Mar 27, 2013 IP