Skip to content
New issue

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

Problem with Greek #42

Open
marcanuy opened this issue Jun 12, 2018 · 0 comments
Open

Problem with Greek #42

marcanuy opened this issue Jun 12, 2018 · 0 comments

Comments

@marcanuy
Copy link

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?

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

No branches or pull requests

2 participants