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
LTS Haskell 22.17:0.1.0.0@rev:6
Stackage Nightly 2024-04-20: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:3a4514ba0df846a453d49781f7979647c9103be3c9110984c60b39981e1653e4,1889

Module documentation for 0.1.0.0

Used by 1 package in nightly-2018-01-02(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.