UTF-8 Without BOM?

久未见 提交于 2019-11-27 07:00:39

问题


I use Dreamweaver and i want to save my file as UTF-8 Without BOM?

How i can do this?


回答1:


You can do this by opening the page properties and encoding. Instructions below are for Dreamweaver CS3 and are hopefully similar to the version you're using.

  1. Open your document
  2. Open the Modify menu
  3. Choose Page Properties
  4. Select the Title/Encoding submenu
  5. Select the Encoding dropdown and choose Unicode (UTF-8)
  6. Make sure the checkbox "Include Unicode Signature (BOM)" is unchecked.


来源:https://stackoverflow.com/questions/5378522/utf-8-without-bom

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