quick_xml::encoding

Constant UTF8_BOM

source
pub(crate) const UTF8_BOM: &[u8];
Expand description

Unicode “byte order mark” (\u{FEFF}) encoded as UTF-8. See https://unicode.org/faq/utf_bom.html#bom1