andrewrk / andrewrk/node-diacritics

Combining diacritics

Open
#21 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
270
Forks
32
PR merge metrics
No merged PRs in 30d

Description

```
> console.log(removeDiacritics("más"));
mas
> console.log(removeDiacritics("más"));
más
```

The first has U+00E1 LATIN SMALL LETTER A WITH ACUTE and the second has U+0061 LATIN SMALL LETTER A + U+0301 COMBINING ACUTE ACCENT.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.