# diacritics-map

> Map of more than 1,200 diacritics and ligatures to english alphabet equivalents.

Latest version **0.1.0** (published 2017-01-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install diacritics-map
pnpm add diacritics-map
yarn add diacritics-map
bun add diacritics-map
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2017-01-15 |
| First published | 2017-01-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.8.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Jon Schlinkert |
| Maintainers | jonschlinkert |
| Keywords | accent, accents, characters, diacrictics, diacrictics-map, ligatures, map, mapping |

## Links

- npm: https://www.npmjs.com/package/diacritics-map
- Repository: https://github.com/jonschlinkert/diacrictics-map
- Issues: https://github.com/jonschlinkert/diacrictics-map/issues
- npm.io page: https://npm.io/package/diacritics-map

## Recent versions

- 0.1.0 (latest) — 2017-01-15

## README

# diacritics-map [![NPM version](https://img.shields.io/npm/v/diacritics-map.svg?style=flat)](https://www.npmjs.com/package/diacritics-map) [![NPM monthly downloads](https://img.shields.io/npm/dm/diacritics-map.svg?style=flat)](https://npmjs.org/package/diacritics-map)  [![NPM total downloads](https://img.shields.io/npm/dt/diacritics-map.svg?style=flat)](https://npmjs.org/package/diacritics-map)

> Map of more than 1,200 diacritics and ligatures to english alphabet equivalents.

## Install

Install with [npm](https://www.npmjs.com/):

```sh
$ npm install --save diacritics-map
```

## Usage

```js
var diacritics = require('diacritics-map');
console.log(diacritics);
// {
//   ...
//   'À': 'A',
//   'Á': 'A',
//   'Â': 'A',
//   'Ã': 'A',
//   'Ä': 'A',
//   'Å': 'A',
//   'Æ': 'AE',
//   'Ç': 'C',
//   'È': 'E',
//   'É': 'E',
//   'Ê': 'E',
//   'Ë': 'E',
//   'Ì': 'I',
//   'Í': 'I',
//   'Î': 'I',
//   (1,200+ more)...
// }
```

## About

### Contributing

Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).

Please read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards.

### Building docs

_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_

To generate the readme and API documentation with [verb](https://github.com/verbose/verb):

```sh
$ npm install -g verb verb-generate-readme && verb
```

### Running tests

Install dev dependencies:

```sh
$ npm install -d && npm test
```

### Author

**Jon Schlinkert**

* [github/jonschlinkert](https://github.com/jonschlinkert)
* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)

### License

Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).
Released under the [MIT license](LICENSE).

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.1, on January 15, 2017._

---
_Source: https://npm.io/package/diacritics-map · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
