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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -