Ecosyste.ms: Awesome
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: 11 days ago
JSON representation
Map from HTML5 entity names to the corresponding Unicode text
- Host: GitHub
- URL: https://github.com/mrkkrp/html-entity-map
- Owner: mrkkrp
- License: other
- Created: 2017-12-18T06:19:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T15:36:05.000Z (5 months ago)
- Last Synced: 2024-10-13T10:32:28.654Z (26 days ago)
- Topics: haskell, html, html-entities, html5
- Language: Haskell
- Homepage:
- Size: 104 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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/workflows/CI/badge.svg?branch=master)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.