FGRibreau / FGRibreau/node-unidecode
Fancy latin script characters aren't handled
Aperta
enhancement
- Lingua principale
- JavaScript
- Stelle
- 151
- Fork
- 24
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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('β³π ππΆπβ― πΎπ β³πΆπππ½β―π')
' '
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non Γ¨ ancora stata valutata.