[ python-Bugs-902501 ] Encodings: koi8-u.py -- errata in decoding
map
SourceForge.net
noreply at sourceforge.net
Mon Feb 23 04:05:21 EST 2004
Bugs item #902501, was opened at 2004-02-23 08:37
Message generated for change (Comment added) made by lemburg
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=902501&group_id=5470
Category: Python Library
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Alexander Belchenko (bialix)
>Assigned to: M.-A. Lemburg (lemburg)
Summary: Encodings: koi8-u.py -- errata in decoding map
Initial Comment:
File koi8-u.py in /Lib/encodings/koi8-u.py has errata.
Decoding map dictionary update for ukrainian letter
"CYRILLIC CAPITAL LETTER UKRAINIAN IE" is
***
0x00b4: 0x0403, # CYRILLIC CAPITAL LETTER
UKRAINIAN IE
***
Must be Unicode representation - 0x0404 instead of 0x0403.
Reference: RFC2319 (look at
ftp://ftp.lucky.net/pub/koi8-u/RFC2319.txt
and
ftp://ftp.unicode.org/Public/4.0-Update1/UnicodeData-4.0.1d3b.txt)
Other cyrilic decoding map is correct.
----------------------------------------------------------------------
>Comment By: M.-A. Lemburg (lemburg)
Date: 2004-02-23 10:05
Message:
Logged In: YES
user_id=38388
Thanks.
Checking in koi8_u.py;
/cvsroot/python/python/dist/src/Lib/encodings/koi8_u.py,v
<-- koi8_u.py
new revision: 1.2; previous revision: 1.1
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=902501&group_id=5470
More information about the Python-bugs-list
mailing list