Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 438 Bytes

UseBOMForUnicodeEncodedFile.md

File metadata and controls

18 lines (13 loc) · 438 Bytes
description ms.date ms.topic title
Use BOM encoding for non-ASCII files
06/28/2023
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.