javascript - MS EDGE displaying special character and spaces with �������� -


ie edge character display issue

need !! facing character issue while displaying character data in ms edge browser. page encoded iso-8859-1 shown below

<meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1" /> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> 

in ms edge page display data example �� ð��4vn ,as shown in below image snippet

ms_edge_display_issue

same data works in ie

internet explorer showing same data i.e. ð4vn

ie11

please me on issue

thank you,

ap


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -