diff options
| author | Ruslan Grokhovetskiy <ruslan@rubuntu.(none)> | 2010-01-12 15:08:50 +0500 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2010-01-12 13:04:36 +0100 |
| commit | 8c0dbddfe532668eebb0a746ebe7cccd28907abb (patch) | |
| tree | c2b46fad469554b81f65481d79b7263fadbe0e93 /unidecode | |
| parent | 09f10e50389baf939d473f0603e209686a0786a2 (diff) | |
| download | unidecode-8c0dbddfe532668eebb0a746ebe7cccd28907abb.tar.gz | |
corrected spelling of cyrillic
Signed-off-by: Ruslan Grokhovetskiy <ruslan@rubuntu.(none)>
Diffstat (limited to 'unidecode')
| -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 |
