You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 dogThis 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.
The text was updated successfully, but these errors were encountered: