The Wayback Machine - https://web.archive.org/web/20210725035922/https://github.com/topics/transliterator
Skip to content
#

transliterator

Here are 55 public repositories matching this topic...

cyrillic-to-translit-js
FernanOrtega
FernanOrtega commented Jul 30, 2020

There is a problem when trying to transcript a word like "Cacık" that contains a special char, in this case, dotless i.

I reviewed the code where the exception raises:

    def replace_const_end_with_case(match):
        repl_rules = {
            'a': 'â', 'A': 'Â', 'á': 'â', 'Á': 'Â',
            'e': 'ê', 'E': 'Ê', 'é': 'ê', 'É': 'Ê',
            'i': 'î', 'I': 'Î', 'í': 'î'

Improve this page

Add a description, image, and links to the transliterator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the transliterator topic, visit your repo's landing page and select "manage topics."

Learn more