What is wrong with this?

Discussion in 'Programming' started by ExtraRanch, Nov 21, 2010.

  1. #1
    On my Wordpress website, I have a form that people fill out, and the information they provide gets sent to me via email. In the email, there are weird characters that replace other characters like apostrophes and quotation marks. Why is this?
     
    ExtraRanch, Nov 21, 2010 IP
  2. Mr Perfect

    Mr Perfect Peon

    Messages:
    562
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    May i have the the exact text you get in email ?
     
    Mr Perfect, Nov 22, 2010 IP
  3. badhim

    badhim Member

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #3
    Make sure that your website generates e-mail messages with the same charset it shows the pages. When the charsets are different, any non-ASCII symbols may look different on the page and in the e-mail message.
     
    badhim, Nov 22, 2010 IP