html-entity-map-0.0.1.0: A mechanically generated map from HTML5 entity names to the corresponding Unicode characters

Copyright© 2017 Mark Karpov
LicenseBSD 3 clause
MaintainerMark Karpov <markkarpov92@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Data.HTML.Entities

Description

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

Synopsis

Documentation

htmlEntityMap :: HashMap Text Char Source #

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