# diacritics

> remove diacritics from strings

Latest version **1.3.0** (published 2017-01-12) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.3.0 |
| Published | 2017-01-12 |
| First published | 2012-10-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/diacritics) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 270 |
| Author | Andrew Kelley |
| Maintainers | superjoe |
| Keywords | diacritics, remove, removal, search, string |

## Links

- npm: https://www.npmjs.com/package/diacritics
- Repository: https://github.com/andrewrk/node-diacritics
- Homepage: https://github.com/andrewrk/node-diacritics#readme
- Issues: https://github.com/andrewrk/node-diacritics/issues
- npm.io page: https://npm.io/package/diacritics

## Alternatives

- [@mce/gif](https://npm.io/package/@mce/gif.md) — 2.6K weekly downloads
- [cleanse](https://npm.io/package/cleanse.md) — 173 weekly downloads
- [str](https://npm.io/package/str.md) — 127 weekly downloads
- [naming](https://npm.io/package/naming.md) — 95 weekly downloads
- [tap-telco-api](https://npm.io/package/tap-telco-api.md) — 19 weekly downloads

## Recent versions

- 1.3.0 (latest) — 2017-01-12
- 1.2.3 — 2015-11-05
- 1.2.2 — 2015-07-09
- 1.2.1 — 2014-10-10
- 1.2.0 — 2014-06-22
- 1.1.1 — 2014-06-06
- 1.1.0 — 2013-10-19
- 1.0.2 — 2013-10-19
- 1.0.1 — 2013-09-08
- 1.0.0 — 2013-08-14
- 0.1.1 — 2013-07-31
- 0.1.0 — 2013-01-25
- 0.0.5 — 2012-11-19
- 0.0.2 — 2012-10-24
- 0.0.1 — 2012-10-24

## README

# node-diacritics

remove diacritics from strings

useful when implementing some kind of search or filter functionality.

## Installation

```
$ npm install diacritics
```

## API

```js
var removeDiacritics = require('diacritics').remove;
console.log(removeDiacritics("Iлｔèｒｎåｔïｏｎɑｌíƶａｔï߀ԉ"));
// prints "Internationalizati0n"
```

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