Skip to content

Commit 8c0dbdd

Browse files
Ruslan Grokhovetskiyavian2
authored andcommitted
corrected spelling of cyrillic
Signed-off-by: Ruslan Grokhovetskiy <ruslan@rubuntu.(none)>
1 parent 09f10e5 commit 8c0dbdd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

unidecode/x04.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'V', # 0x12
2121
'G', # 0x13
2222
'D', # 0x14
23-
'Ie', # 0x15
23+
'E', # 0x15
2424
'Zh', # 0x16
2525
'Z', # 0x17
2626
'I', # 0x18
@@ -41,7 +41,7 @@
4141
'Ch', # 0x27
4242
'Sh', # 0x28
4343
'Shch', # 0x29
44-
'', # 0x2a
44+
'\'', # 0x2a
4545
'Y', # 0x2b
4646
'\'', # 0x2c
4747
'E', # 0x2d
@@ -50,9 +50,9 @@
5050
'a', # 0x30
5151
'b', # 0x31
5252
'v', # 0x32
53-
'gh', # 0x33
53+
'g', # 0x33
5454
'd', # 0x34
55-
'ie', # 0x35
55+
'e', # 0x35
5656
'zh', # 0x36
5757
'z', # 0x37
5858
'i', # 0x38
@@ -73,7 +73,7 @@
7373
'ch', # 0x47
7474
'sh', # 0x48
7575
'shch', # 0x49
76-
'', # 0x4a
76+
'\'', # 0x4a
7777
'y', # 0x4b
7878
'\'', # 0x4c
7979
'e', # 0x4d

0 commit comments

Comments
 (0)