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

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -