html - PHP Encoding iso -


i working on university website have access body of page, cant change encoding of pages. pages use encoding:

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> 

i want include file called content.php

include('content.php'); 

when happen enter image description here

the problem can not find text editor convert content.php iso-8859-1 encoding. tried different types encoding content.php iso-8859-6 nothing works.

someone please suggest solution encoding problem. in advance.

you try using notepad ++

notepad++


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -