# HTML entity map [![License BSD3](https://img.shields.io/badge/license-BSD3-brightgreen.svg)](http://opensource.org/licenses/BSD-3-Clause) [![Hackage](https://img.shields.io/hackage/v/html-entity-map.svg?style=flat)](https://hackage.haskell.org/package/html-entity-map) [![Stackage Nightly](http://stackage.org/package/html-entity-map/badge/nightly)](http://stackage.org/nightly/package/html-entity-map) [![Stackage LTS](http://stackage.org/package/html-entity-map/badge/lts)](http://stackage.org/lts/package/html-entity-map) [![Build Status](https://travis-ci.org/mrkkrp/html-entity-map.svg?branch=master)](https://travis-ci.org/mrkkrp/html-entity-map) 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](https://github.com/mrkkrp/html-entity-map/issues). Pull requests are also welcome and will be reviewed quickly. ## License Copyright © 2017 Mark Karpov Distributed under BSD 3 clause license.