Help with Wordpress!

Discussion in 'Programming' started by jmweb, Apr 25, 2007.

  1. #1
    When someone types in é in word press, word press stores this in the sql query as é

    I need to translate é into é which isn't a problem. The problem is, finding out what other symbols word press used for more complicated letters. Anyone know of where I can find them?
     
    jmweb, Apr 25, 2007 IP
  2. Jean-Luc

    Jean-Luc Peon

    Messages:
    601
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This is a matter of conversion between iso-8859-1 and UTF-8.

    It would be much easier if you would use the same standard everywhere.;)

    Jean-Luc
     
    Jean-Luc, Apr 25, 2007 IP
  3. jmweb

    jmweb Peon

    Messages:
    112
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Agreed, sadly I can't because I know nothing about Wordpress!


    Well, I obviously know a bit about it since I reprogrammed everything but I did it from looking at the SQL DB :D
     
    jmweb, Apr 25, 2007 IP