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
298 stars 50 forks source link

can't translit 'w' (en) to 'в' (rus), 'q' to 'к' #46

Open SomeUser55 opened 6 years ago

SomeUser55 commented 6 years ago

Error in transliting from en to rus: translit('qwell', 'ru') -> qwелл translit('western', 'ru') -> 'wестерн'

skoval00 commented 6 years ago

duplicate of https://github.com/barseghyanartur/transliterate/issues/14