FGRibreau / FGRibreau/node-unidecode
Fancy latin script characters aren't handled
Abierto
enhancement
- Lenguaje dominante
- JavaScript
- Estrellas
- 151
- Forks
- 24
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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('ℳ𝓎 𝓃𝒶𝓂ℯ 𝒾𝓈 ℳ𝒶𝓉𝓉𝒽ℯ𝓌')
' '
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.