We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am having an issue with Greek transliteration:
>>> from transliterate import translit, get_available_language_codes >>> text = "Lorem ipsum dolor sit amet" >>> print(translit(text, 'el')) Λορεμ ιψυμ δολορ σιτ αμετ
Docs says that the above output should be:
Λορεμ ιψθμ δολορ σιτ αμετ
Difference in 8th char but tests use the former string.
Anyway, I think the transliteration should be like:
Λορεμ ιπσυμ δολορ σιτ αμετ
Can someone confirm this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I am having an issue with Greek transliteration:
Docs says that the above output should be:
Λορεμ ιψθμ δολορ σιτ αμετ
Difference in 8th char but tests use the former string.
Anyway, I think the transliteration should be like:
Can someone confirm this?
The text was updated successfully, but these errors were encountered: