Special characters

Discussion in 'PHP' started by Pinoguin, May 6, 2008.

  1. #1
    Hi,

    I have this script that I'm working on and a client notices that special characters like ü ö appear as ü ö when saved in the db!

    In the form tag I made sure I had accept-charset="UTF-8" and the page meta charset has utf-8, is there anything else I'm missing here?
     
    Pinoguin, May 6, 2008 IP
  2. Pinoguin

    Pinoguin Peon

    Messages:
    848
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Oh wait, I found the solution - utf8_encode/decode saved me there, nevermind. This thread is SOLVED!
     
    Pinoguin, May 6, 2008 IP