[Python-checkins] r51737 - in python/trunk: Lib/test/test_codecencodings_cn.py Lib/test/test_multibytecodec.py Misc/NEWS Modules/cjkcodecs/_codecs_cn.c Modules/cjkcodecs/_codecs_iso2022.c Modules/cjkcodecs/cjkcodecs.h

Hye-Shik Chang hyeshik at gmail.com
Tue Sep 5 15:04:30 CEST 2006


On 9/5/06, hyeshik.chang <python-checkins at python.org> wrote:
> Author: hyeshik.chang
> Date: Tue Sep  5 14:07:09 2006
> New Revision: 51737
>
> Modified:
>    python/trunk/Lib/test/test_codecencodings_cn.py
>    python/trunk/Lib/test/test_multibytecodec.py
>    python/trunk/Misc/NEWS
>    python/trunk/Modules/cjkcodecs/_codecs_cn.c
>    python/trunk/Modules/cjkcodecs/_codecs_iso2022.c
>    python/trunk/Modules/cjkcodecs/cjkcodecs.h
> Log:
> Fix a few bugs on cjkcodecs found by Oren Tirosh:
> - gbk and gb18030 codec now handle U+30FB KATAKANA MIDDLE DOT correctly.
> - iso2022_jp_2 codec now encodes into G0 for KS X 1001, GB2312
>   codepoints to conform the standard.
> - iso2022_jp_3 and iso2022_jp_2004 codec can encode JIS X 2013:2
>   codepoints now.
>

Neal, is there any chance to backport this to 2.5 branch?
I think it doesn't include any dangerous change.

Hye-Shik


More information about the Python-checkins mailing list