]> granicus.if.org Git - python/commit
Fix a few bugs on cjkcodecs found by Oren Tirosh:
authorHye-Shik Chang <hyeshik@gmail.com>
Tue, 5 Sep 2006 12:07:09 +0000 (12:07 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Tue, 5 Sep 2006 12:07:09 +0000 (12:07 +0000)
commit199f1db1fa75e1f1b7cfe73259d6a811aa494a36
treedafe1e12cea693de74824077b7871a3fdc4df5a2
parentd042132268d75461e157bd87a3f4358ce603d311
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.
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