html-entity-map

Map from HTML5 entity names to the corresponding Unicode text

https://github.com/mrkkrp/html-entity-map

Version on this page:0.1.0.0@rev:2
LTS Haskell 22.14:0.1.0.0@rev:6
Stackage Nightly 2024-03-28:0.1.0.0@rev:6
Latest on Hackage:0.1.0.0@rev:6

See all snapshots html-entity-map appears in

BSD-3-Clause licensed and maintained by Mark Karpov
This version can be pinned in stack with:html-entity-map-0.1.0.0@sha256:d9fdc83d38345c148d5eedf84fff7757f2ef7d7b035084a489ee7fa37d1a8ff9,1955

Module documentation for 0.1.0.0

Used by 1 package in nightly-2018-04-16(full list with versions):

HTML entity map

License BSD3 Hackage Stackage Nightly Stackage LTS Build Status

The package contains a mechanically generated map from HTML5 entity names to the corresponding Unicode characters.

The map is generated using this code:

https://github.com/mrkkrp/html-entity-map-gen

Contribution

Issues, bugs, and questions may be reported in the GitHub issue tracker for this project.

Pull requests are also welcome and will be reviewed quickly.

License

Copyright © 2017 Mark Karpov

Distributed under BSD 3 clause license.

Changes

HTML entity map 0.1.0.0

  • Changed the type of htmlEntityMap from HashMap Text Char to HashMap Text Text.

HTML entity map 0.0.1.0

  • Initial release.