barseghyanartur / transliterate

Bi-directional transliterator for Python. Transliterates (unicode) strings according to the rules specified in the language packs.
https://pypi.python.org/pypi/transliterate
297 stars 50 forks source link

Unsuitable test data string #12

Open skoval00 opened 8 years ago

skoval00 commented 8 years ago

Right now we have string u"Lorem ipsum dolor sit amet" in tests.data. This string is not suitable for testing the package since it does not contain all latin characters. I suggest to switch to The quick brown fox jumps over the lazy dog

This issue left latin characters C, Q, W, X out of cyrillic transliteration table.

I can make a PR, but don't have transliteration of this string for all supported languages.

I am trying to fix this issue for cyrillic transliteration. When I complete this work I will attach respective cyrillic transliterated string.

barseghyanartur commented 6 years ago

@skoval00:

Please, make a pull request. Pun in a phrase for all languages that you know. I'll find out about the rest.