Best lightweight PHP editor running under UTF-8 without specification

My webpage does not work in ASCI. It displays the text of the plan instead of links. In the hexa editor, I found several unused characters that block the program. To work, I need to change the encoding to utf-8 without bom. I am using notepad ++. When I close the notepad ++ program and open it, by default it is installed in ASCI. It causes so many problems. Is there any editor for working with utf-8 without bom.

0
source share
2 answers

In Notepad ++, go to:

Settings -> Preferences -> New Document/ Open Save Directory tab

then

New Document -> Encoding

Check

UTF8 without BOM

+3
source

In addition to Michael E's answer, you can open the file in Notepad ++.

"" → " UTF-8" ( ).

100% , , - .

+2

All Articles