List of supported BOM definitions.
Use encoding names as keys and hex BOM representations as values.
Type: array
protected $bomDefinitions = [ 'UTF-8' => 'efbbbf', 'UTF-16 (BE)' => 'feff', 'UTF-16 (LE)' => 'fffe', ];