Skip to main content

decode_xml_bytes

Function decode_xml_bytes 

Source
pub fn decode_xml_bytes(bytes: Vec<u8>) -> SchemaResult<String>
Expand description

Decode raw XML bytes into a UTF-8 String, sniffing common Unicode encodings per XML 1.0 §F.1. See decode_xml_to_utf8_bytes.