mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 09:21:37 +00:00
Correct a case in transliterate.py.
This commit is contained in:
parent
72e3678e89
commit
1363f9d2e0
@ -39,7 +39,7 @@ SR_CYRL_TO_LATN_DICT = {
|
||||
# letters surrounded by Latin.
|
||||
|
||||
# Russian letters
|
||||
ord('Ё'): 'Jo', ord('ё'): 'Jo',
|
||||
ord('Ё'): 'Jo', ord('ё'): 'jo',
|
||||
ord('Й'): 'J', ord('й'): 'j',
|
||||
ord('Щ'): 'Šč', ord('щ'): 'šč',
|
||||
ord('Ъ'): '', ord('ъ'): '',
|
||||
|
Loading…
Reference in New Issue
Block a user