FGRibreau / FGRibreau/node-unidecode

Fancy latin script characters aren't handled

Open
#37 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
151
Forks
24
PR merge metrics
No merged PRs in 30d

Description

Basically every character here: https://glyphy.io/cool-symbols/latin

For producing text such as β„³π“Ž 𝓃𝒢𝓂ℯ π’Ύπ“ˆ β„³π’Άπ“‰π“‰π’½β„―π“Œ.

It's transliterated as a bunch of whitespace:

```
❯ node
Welcome to Node.js v22.21.1.
Type ".help" for more information.
> const tr = require("unidecode")
undefined
> tr('β„³π“Ž 𝓃𝒢𝓂ℯ π’Ύπ“ˆ β„³π’Άπ“‰π“‰π’½β„―π“Œ')
' '
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.