Re: [Python-Dev] KOI8_U (New codecs checked in)

2005-10-24 Thread M.-A. Lemburg
M.-A. Lemburg wrote: > Here's a mapping file for KOI9-U - please check whether > it's correct. I missed one codec point change: 0xB4. Here's the updated version which matches the codec we currently have in Python 2.3 and 2.4. -- Marc-Andre Lemburg eGenix.com Professional Python Services direct

Re: [Python-Dev] KOI8_U (New codecs checked in)

2005-10-24 Thread M.-A. Lemburg
M.-A. Lemburg wrote: > Walter Dörwald wrote: > Why should koi_u.py be defined in terms of koi8_r.py anyway? Why not put a complete decoding_table into koi8_u.py? >>> >>> >>>KOI8-U is not available as mapping on ftp.unicode.org and >>>I only recreated codecs from the mapping files availab

Re: [Python-Dev] KOI8_U (New codecs checked in)

2005-10-24 Thread M.-A. Lemburg
Walter Dörwald wrote: >>> Why should koi_u.py be defined in terms of koi8_r.py anyway? Why not put >>> a complete decoding_table into koi8_u.py? >> >> >> KOI8-U is not available as mapping on ftp.unicode.org and >> I only recreated codecs from the mapping files available >> there. > > > OK, so we