html-entity-map: Map from HTML5 entity names to the corresponding Unicode text

[ bsd3, html, library ] [ Propose Tags ]

Map from HTML5 entity names to the corresponding Unicode text.


[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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.15 && <5), text (>=0.2 && <2.2), unordered-containers (>=0.2.5 && <0.3) [details]
License BSD-3-Clause
Author Mark Karpov <markkarpov92@gmail.com>
Maintainer Mark Karpov <markkarpov92@gmail.com>
Revised Revision 6 made by mrkkrp at 2023-10-26T19:04:36Z
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-18T10:10:16Z
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 3879 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.1.0.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.