Best light weight PHP editor working under UTF-8 without BOM [closed]

Deadly 提交于 2019-12-13 04:39:33

问题


My webpage is not working under ASCI . It shows plan text instead of links . By hexa editor i found some un used characters that blocking the program. To work that i need to change the encoding to utf-8 without bom . I am using notepad++ .When i close the notepad++ program and open it ,it default set to ASCI.This cause so many issues. Is there ny editor to work under utf-8 without bom.


回答1:


In Notepad++, go to:

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

then

New Document -> Encoding

check

UTF8 without BOM




回答2:


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

Click Format -> Convert to UTF-8 (without BOM).

Not 100% sure about the spelling as I have it in Norwegian, but it should be something like that.



来源:https://stackoverflow.com/questions/11517642/best-light-weight-php-editor-working-under-utf-8-without-bom

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!