Source files with byte-order mark are parsed incorrectly

[CR #543716] If you are using the Fixed by Bytes property to parse your file, make sure the source file does not include the byte-order mark. If it does, the file will be incorrectly parsed.

Workaround: Use a text editor to remove the byte-order mark from the source file before parsing it.