https://github.com/jonschlinkert/diacritics-map
Map of more than 1,200 diacritics and ligatures to english alphabet equivalents.
https://github.com/jonschlinkert/diacritics-map
diacritics english language ligatures
Last synced: 4 months ago
JSON representation
Map of more than 1,200 diacritics and ligatures to english alphabet equivalents.
- Host: GitHub
- URL: https://github.com/jonschlinkert/diacritics-map
- Owner: jonschlinkert
- License: mit
- Created: 2017-01-15T08:34:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T18:14:37.000Z (over 4 years ago)
- Last Synced: 2025-05-06T18:15:12.359Z (5 months ago)
- Topics: diacritics, english, language, ligatures
- Language: JavaScript
- Size: 11.7 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# diacritics-map [](https://www.npmjs.com/package/diacritics-map) [](https://npmjs.org/package/diacritics-map) [](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._