pub fn decode_html_entities(input: &str) -> StringExpand 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.