Results 1 to 4 of 4

Thread: Dynamic Ajax content. (öéèàé etc. don't load correctly)

  1. #1
    Join Date
    Nov 2008
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Dynamic Ajax content. (öéèàé etc. don't load correctly)

    1) Script Title: Dynamic Ajax content

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...jaxcontent.htm

    3) Describe problem: Some characters (éèàöüä etc.) are not correctly load in the div. please help.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    This isn't a bug of the script, but rather, just an issue with encoding of the page being fetched via Ajax not being sent. Try doing a search on Google for "Ajax encoding", though the first result looks like it may be helpful.
    DD Admin

  3. #3
    Join Date
    Nov 2008
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Talking i found the answer and wish to share it with the other member.

    i have replace this line in the page were the script is:

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

    by:

    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Thanks for sharing, I'm sure this will come in handy for others.
    DD Admin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •