Module encoding/html_entities

encoding/html_entities

HTML5 named character references data.

Auto-generated from https://html.spec.whatwg.org/entities.json. Total: 2125 entities.

This module provides the entity name-to-string mapping used by decode_html.

Functions

fn() -> HashMap(String, String)

Returns a HashMap mapping entity names (without & and ;) to decoded strings.

Returns: HashMap(String, String)

fn() -> HashSet(String)

Returns: HashSet(String)