html-entity-map: A mechanically generated map from HTML5 entity names to the corresponding Unicode characters

[ bsd3, html, library ] [ Propose Tags ]

A mechanically generated map from HTML5 entity names to the corresponding Unicode characters.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
dev

Turn on development settings.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0, 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.5 && <5.0), text (>=0.2 && <1.3), unordered-containers (>=0.2.5 && <0.3) [details]
License BSD-3-Clause
Author Mark Karpov <markkarpov92@gmail.com>
Maintainer Mark Karpov <markkarpov92@gmail.com>
Category HTML
Home page https://github.com/mrkkrp/html-entity-map
Bug tracker https://github.com/mrkkrp/html-entity-map/issues
Source repo head: git clone https://github.com/mrkkrp/html-entity-map.git
Uploaded by mrkkrp at 2017-12-18T08:40:19Z
Distributions Arch:0.1.0.0, LTSHaskell:0.1.0.0, NixOS:0.1.0.0, Stackage:0.1.0.0
Reverse Dependencies 1 direct, 4 indirect [details]
Downloads 3889 total (31 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-12-18 [all 1 reports]

Readme for html-entity-map-0.0.1.0

[back to package description]

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.