An open API service indexing awesome lists of open source software.

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

Map from HTML5 entity names to the corresponding Unicode text
https://github.com/mrkkrp/html-entity-map

haskell html html-entities html5

Last synced: 10 months ago
JSON representation

Map from HTML5 entity names to the corresponding Unicode text

Awesome Lists containing this project

README

          

# 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)
[![CI](https://github.com/mrkkrp/html-entity-map/actions/workflows/ci.yaml/badge.svg)](https://github.com/mrkkrp/html-entity-map/actions/workflows/ci.yaml)

The library contains a pre-generated map from HTML5 entity names to the
corresponding Unicode `Text`.

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.

## License

Copyright © 2017–present Mark Karpov

Distributed under BSD 3 clause license.