+11

Encoding missing: UTF8 with BOM

Pelle Poluha 12 years ago updated by robertcollier4 11 years ago 1
Encoding missing: UTF8 with BOM (Byte Order Mark). Current UTF8 creates a file without BOM. Need to open the file in Notepad++ for this.

This is included in Sublime Text 3 beta:

{ "caption": "UTF-8 with BOM", "command": "save", "args": {"encoding": "utf-8 with bom" } },