Skip to content

Fancy latin script characters aren't handledΒ #37

Description

@mwg-ofx

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('β„³π“Ž 𝓃𝒢𝓂ℯ π’Ύπ“ˆ β„³π’Άπ“‰π“‰π’½β„―π“Œ')
'   '

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions