When the text appears on IE it has a different character appears like this :
but when on Chrome or Firefox it looks fine :
is it a bug about UTF-8 encoding?
i put these <meta>
on my <head>
:
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
i need the description is appears like on Chrome or Firefox. any suggestion?