+11

Encoding missing: UTF8 with BOM

Pelle Poluha il y a 12 ans mis à jour par robertcollier4 il y a 11 ans 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" } },