Skip to main content

decode_html_entities

Function decode_html_entities 

Source
pub fn decode_html_entities(input: &str) -> String
Expand description

Decode the five named XML/HTML entities and numeric character references (&#NN;, &#xHH;) commonly seen in Netscape bookmark files. Other entities are passed through unchanged.

This is a v1 minimum implementation: full entity decoding is a shared helper used by the Netscape bridge.