spanish character problems

Discussion in 'HTML & Website Design' started by adacprogramming, May 26, 2009.

  1. #1
    I have a Spanish writer that sends me articles in a MS Word Doc file. Normally I cut and paste these on to the web page and upload them to a Windows servers on an aspx file. This works fine, the characters get rendered correctly by the browsers.

    I started doing the same thing on php pages on a linux server. Here is an example of a page with the problem. http://www.officevideoconferencing.com/es-espanol/videoconferencias-razones-seguridad/

    Is this an issue with php, linux or what. At this point it looks like I'll have to replace every Spanish character with the html equivalent. This is something I don't have to do with my windows/aspx combination.
     
    adacprogramming, May 26, 2009 IP
  2. HorseGalleria

    HorseGalleria Peon

    Messages:
    91
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    On the website try changing your charset from iso-8859-1 to to UTF-8 in the meta tag. Also check the webserver is sending out the correct charset header.
     
    HorseGalleria, May 26, 2009 IP
    adacprogramming likes this.
  3. adacprogramming

    adacprogramming Well-Known Member

    Messages:
    1,615
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    125
    #3
    @HorseGalleria
    I knew there had to be a simple explanation. That did it!

    Thanks
     
    adacprogramming, May 27, 2009 IP
  4. hnicolassuero

    hnicolassuero Well-Known Member

    Messages:
    759
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    135
    #4
    Yes, you can do that. Check your web for UTF-8 in the Meta Tag. It is important you can make this change becasue it is important for Spanish grammar.
     
    hnicolassuero, Jun 3, 2009 IP