script::body

Function decode_to_utf16_with_bom_removal

Source
pub(crate) fn decode_to_utf16_with_bom_removal(
    bytes: &[u8],
    encoding: &'static Encoding,
) -> Vec<u16>