Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 305 Bytes

UseBOMForUnicodeEncodedFile.md

File metadata and controls

11 lines (6 loc) · 305 Bytes

UseBOMForUnicodeEncodedFile

Severity Level: Warning

Description

For a file encoded with a format other than ASCII, ensure Byte Order Mark (BOM) is present to ensure that any application consuming this file can interpret it correctly.

How

Ensure that the file is encoded with BOM present.