FGRibreau / FGRibreau/node-unidecode
Fancy latin script characters aren't handled
Open
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
Assessment
This issue has not been assessed yet.