pub fn html_escape_outside_attribute_u8(
    c: u8
) -> Result<Option<&'static [u8]>, EncodingError>
Expand description

Escaping for inside the script HTML tag.