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
- Host: GitHub
- URL: https://github.com/mrkkrp/html-entity-map
- Owner: mrkkrp
- License: other
- Created: 2017-12-18T06:19:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T15:36:05.000Z (over 1 year ago)
- Last Synced: 2024-10-13T10:32:28.654Z (over 1 year 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
[](http://opensource.org/licenses/BSD-3-Clause)
[](https://hackage.haskell.org/package/html-entity-map)
[](http://stackage.org/nightly/package/html-entity-map)
[](http://stackage.org/lts/package/html-entity-map)
[](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.