diff options
| -rw-r--r-- | unidecode/x04.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/unidecode/x04.py b/unidecode/x04.py index cd3b1f5..1cc3dbc 100644 --- a/unidecode/x04.py +++ b/unidecode/x04.py @@ -20,7 +20,7 @@ data = ( 'V', # 0x12 'G', # 0x13 'D', # 0x14 -'Ie', # 0x15 +'E', # 0x15 'Zh', # 0x16 'Z', # 0x17 'I', # 0x18 @@ -41,7 +41,7 @@ data = ( 'Ch', # 0x27 'Sh', # 0x28 'Shch', # 0x29 -'', # 0x2a +'\'', # 0x2a 'Y', # 0x2b '\'', # 0x2c 'E', # 0x2d @@ -50,9 +50,9 @@ data = ( 'a', # 0x30 'b', # 0x31 'v', # 0x32 -'gh', # 0x33 +'g', # 0x33 'd', # 0x34 -'ie', # 0x35 +'e', # 0x35 'zh', # 0x36 'z', # 0x37 'i', # 0x38 @@ -73,7 +73,7 @@ data = ( 'ch', # 0x47 'sh', # 0x48 'shch', # 0x49 -'', # 0x4a +'\'', # 0x4a 'y', # 0x4b '\'', # 0x4c 'e', # 0x4d |
