Searched refs:BOM (Results 1 – 2 of 2) sorted by relevance
991 const BOM: &str = "\u{feff}"; in parse_file() constant992 if content.starts_with(BOM) { in parse_file()993 content = &content[BOM.len()..]; in parse_file()
541 The purpose is to expose some minor BOM changes for the same system SKU.