Skip to main content

html_entity_decimal_encode

Function html_entity_decimal_encode 

Source
pub fn html_entity_decimal_encode(payload: &str) -> String
Expand description

HTML decimal entity encoding — each character becomes &#DD;.

Context: ONLY safe in HTML contexts where the browser decodes entities.