character-entities-legacy

WebJar for character-entities-legacy

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

character-entities-legacy
Last Version

Last Version

1.1.4
Release Date

Release Date

Type

Type

jar
Description

Description

character-entities-legacy
WebJar for character-entities-legacy
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/wooorm/character-entities-legacy

Download character-entities-legacy

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/character-entities-legacy/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>character-entities-legacy</artifactId>
    <version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/character-entities-legacy/
implementation 'org.webjars.npm:character-entities-legacy:1.1.4'
// https://jarcasting.com/artifacts/org.webjars.npm/character-entities-legacy/
implementation ("org.webjars.npm:character-entities-legacy:1.1.4")
'org.webjars.npm:character-entities-legacy:jar:1.1.4'
<dependency org="org.webjars.npm" name="character-entities-legacy" rev="1.1.4">
  <artifact name="character-entities-legacy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='character-entities-legacy', version='1.1.4')
)
libraryDependencies += "org.webjars.npm" % "character-entities-legacy" % "1.1.4"
[org.webjars.npm/character-entities-legacy "1.1.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

character-entities-legacy

Build Downloads Size

HTML legacy character entity information: for legacy reasons some character entities are not required to have a trailing semicolon: &copy is perfectly okay for ©.

Install

npm:

npm install character-entities-legacy

Use

var characterEntitiesLegacy = require('character-entities-legacy')

console.log(characterEntitiesLegacy.copy) // => '©'
console.log(characterEntitiesLegacy.frac34) // => '¾'
console.log(characterEntitiesLegacy.sup1) // => '¹'

API

characterEntitiesLegacy

Mapping between (case-sensitive) legacy character entity names to replacements.

Support

See whatwg/html.

Related

License

MIT © Titus Wormer

Versions

Version
1.1.4
1.1.3
1.1.2
1.1.1