infer icon indicating copy to clipboard operation
infer copied to clipboard

XML file not recognized

Open qarmin opened this issue 2 years ago • 1 comments

    let path = "System.Runtime.xml";
    println!("{:?}", infer::get_from_path(Path::new(&path)))

prints

Ok(None)

System.Runtime.xml.zip

qarmin avatar May 08 '22 10:05 qarmin

Problem happens, because file starts with BOM - https://en.wikipedia.org/wiki/Byte_order_mark#Byte_order_marks_by_encoding

qarmin avatar Aug 20 '22 06:08 qarmin