View Full Version : Dynamic Ajax content. (φιθΰι etc. don't load correctly)
pierre jaquet
11-20-2008, 08:13 PM
1) Script Title: Dynamic Ajax content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem: Some characters (ιθΰφόδ etc.) are not correctly load in the div. please help.
ddadmin
11-21-2008, 03:26 AM
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 (http://www.codeguru.com/forum/showthread.php?t=391587) looks like it may be helpful.
pierre jaquet
11-21-2008, 03:48 PM
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">
ddadmin
11-22-2008, 06:45 AM
Thanks for sharing, I'm sure this will come in handy for others.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.