Skip to content
On this page

ByteOrderMark

A simple sniff for detecting a BOM definition that may corrupt application work.

Scope

Generic.Files.ByteOrderMark

Description

Byte Order Marks that may corrupt your application should not be used. These include 0xefbbbf (UTF-8), 0xfeff (UTF-16 BE) and 0xfffe (UTF-16 LE).

Usage

xml
<rule ref="Generic.Files.ByteOrderMark"></rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.