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:9f43a144ded88d9602c86ec04e9d2f72b5373bf52a4b257e33b4dc5ecb679f76,1818

Module documentation for 0.1.0.0

Used by 1 package in nightly-2024-03-28(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.