Pattern: Missing Byte Order Mark for non-ASCII encoded file
Issue: -
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.
Ensure that the file is encoded with BOM present.