问题
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.
- Open your document
- Open the Modify menu
- Choose Page Properties
- Select the Title/Encoding submenu
- Select the Encoding dropdown and choose Unicode (UTF-8)
- Make sure the checkbox "Include Unicode Signature (BOM)" is unchecked.
来源:https://stackoverflow.com/questions/5378522/utf-8-without-bom