In the Database, I save some characters like £, ¥, ¼, ½, ¾.
When I display them directly in my HTML, they are fine.
But when I'm using AJAX to bring this string from PHP and display it, its displaying unknown characters (� � � � �). Rest of the string is being displayed fine, the problem is only with these characters.
How can I solve this?
When I display them directly in my HTML, they are fine.
But when I'm using AJAX to bring this string from PHP and display it, its displaying unknown characters (� � � � �). Rest of the string is being displayed fine, the problem is only with these characters.
How can I solve this?
Comment