[Python-checkins] python/dist/src/Lib/encodings koi8_u.py,1.1,1.2
lemburg at users.sourceforge.net
lemburg at users.sourceforge.net
Mon Feb 23 04:00:46 EST 2004
Update of /cvsroot/python/python/dist/src/Lib/encodings
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26617
Modified Files:
koi8_u.py
Log Message:
Fix wrong character mapping in koi8_u: SF bug #902501.
Index: koi8_u.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/encodings/koi8_u.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** koi8_u.py 17 Oct 2002 22:15:33 -0000 1.1
--- koi8_u.py 23 Feb 2004 09:00:43 -0000 1.2
***************
*** 44,48 ****
0x00a7: 0x0457, # CYRILLIC SMALL LETTER YI (UKRAINIAN)
0x00ad: 0x0491, # CYRILLIC SMALL LETTER UKRAINIAN GHE WITH UPTURN
! 0x00b4: 0x0403, # CYRILLIC CAPITAL LETTER UKRAINIAN IE
0x00b6: 0x0406, # CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
0x00b7: 0x0407, # CYRILLIC CAPITAL LETTER YI (UKRAINIAN)
--- 44,48 ----
0x00a7: 0x0457, # CYRILLIC SMALL LETTER YI (UKRAINIAN)
0x00ad: 0x0491, # CYRILLIC SMALL LETTER UKRAINIAN GHE WITH UPTURN
! 0x00b4: 0x0404, # CYRILLIC CAPITAL LETTER UKRAINIAN IE
0x00b6: 0x0406, # CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
0x00b7: 0x0407, # CYRILLIC CAPITAL LETTER YI (UKRAINIAN)
More information about the Python-checkins
mailing list