Skip to content

Bug: Mathematical symbol tau is transliterated as "tai" #103

@amnilsson

Description

@amnilsson

Unidecode transliterates the mathematical symbol "𝛕" as the string "tai", instead of the expected string "tau". The Unicode code point in question is U+1D6D5, named "MATHEMATICAL BOLD SMALL TAU".

The issue seems to be with the string literal on line 215 in unidecode/x1d6.py. It seems to be a typo, given that u and i are next to each other on the QWERTY keyboard, which was not caught by spell check since tai is also a word (apparently some kind of fish).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions