Variable TextFileFormat.bom

byte order mark character flag

struct TextFileFormat
{
  // ...
  bool bom;
  // ...
}