I have a jQuery AJAX issue.
my problem is when i call a page from ajax, it loads fine
One of the characters, the apostrophe turns into �
I do not understand why?
Output: “of course it�s based on the”
its supposed to be “of course it’s based on the”
Why is Ajax doing this? Is there a solution?
problem solved. I had copied this from another source. So I just copied and pasted the whole paragraph in notepad, Deleted the character and then retyped the character. and it work.