[HELP][UTF8] How to convert?

Discussion in 'PHP' started by assertivemagazine.com, Mar 25, 2010.

  1. #1
    I want to convert
    "…" => "..."
    "é" => "é"

    ..........
    and a lot of special characters.
    str_replace doesn't work.

    Please help me?
     
    assertivemagazine.com, Mar 25, 2010 IP
  2. Om ji Kesharwani

    Om ji Kesharwani Peon

    Messages:
    211
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Use
    <meta http-equiv="Content-type" content="text/html; charset=iso-8859-1" />

    in place of

    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
     
    Om ji Kesharwani, Mar 25, 2010 IP
  3. assertivemagazine.com

    assertivemagazine.com Greenhorn

    Messages:
    71
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    I have solved the problem.
    Thank you so much!
     
    assertivemagazine.com, Mar 25, 2010 IP