html-entity-map-0.1.0.0: Map from HTML5 entity names to the corresponding Unicode text
Copyright© 2017 Mark Karpov
LicenseBSD 3 clause
MaintainerMark Karpov <[email protected]>
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.HTML.Entities

Description

This module contains a mechanically generated map from HTML5 entity names to the corresponding Unicode text.

Synopsis

Documentation

htmlEntityMap :: HashMap Text Text Source #

Map from HTML5 entity names to the corresponding Unicode text. The names do not include the starting & and the ending ;, only the name itself.