From: Marc-André Lemburg Date: Mon, 23 Feb 2004 09:00:43 +0000 (+0000) Subject: Fix wrong character mapping in koi8_u: SF bug #902501. X-Git-Tag: v2.4a1~778 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=361d66de5de1f7c295d9866cdf4237899d819db5;p=python Fix wrong character mapping in koi8_u: SF bug #902501. --- diff --git a/Lib/encodings/koi8_u.py b/Lib/encodings/koi8_u.py index 43cd04fa0a..59020e7614 100644 --- a/Lib/encodings/koi8_u.py +++ b/Lib/encodings/koi8_u.py @@ -43,7 +43,7 @@ decoding_map.update({ 0x00a6: 0x0456, # CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I 0x00a7: 0x0457, # CYRILLIC SMALL LETTER YI (UKRAINIAN) 0x00ad: 0x0491, # CYRILLIC SMALL LETTER UKRAINIAN GHE WITH UPTURN - 0x00b4: 0x0403, # CYRILLIC CAPITAL LETTER UKRAINIAN IE + 0x00b4: 0x0404, # CYRILLIC CAPITAL LETTER UKRAINIAN IE 0x00b6: 0x0406, # CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I 0x00b7: 0x0407, # CYRILLIC CAPITAL LETTER YI (UKRAINIAN) 0x00bd: 0x0490, # CYRILLIC CAPITAL LETTER UKRAINIAN GHE WITH UPTURN