Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 462 Bytes

UseBOMForUnicodeEncodedFile.md

File metadata and controls

19 lines (14 loc) · 462 Bytes
description ms.custom ms.date ms.topic title
Use BOM encoding for non-ASCII files
PSSA v1.21.0
10/18/2021
reference
UseBOMForUnicodeEncodedFile

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.