[I18n-sig] CJKCodecs 1.1b1 is released.

Hye-Shik Chang hyeshik at gmail.com
Thu Jul 8 19:42:38 CEST 2004


Hello!

CJKCodecs 1.1 beta 1 is released.  CJKCodecs 1.1 is completely
reorganized for new layout of both source and installed modules.
And it also has got support for CNS-11643, JIS X 0213:2004 and
HKSCS.

CJKCodecs is a unified unicode codec set for Chinese, Japanese and
Korean encodings. It supports full features of unicode codec
specification and PEP293 error callbacks on Python 2.3.

CJKCodecs is supporting these encodings in this time:

 big5 big5hkscs cp932 cp949 cp950 euc-jis-2004 euc-jisx0213 euc-jp
 euc-kr euc-tw gb18030 gb2312 gbk hz iso-2022-cn iso-2022-jp
 iso-2022-jp-1 iso-2022-jp-2 iso-2022-jp-2004 iso-2022-jp-3
 iso-2022-jp-ext iso-2022-kr johab shift-jis shift-jis-2004
 shift-jisx0213 utf-7 utf-8

What's new in CJKCodecs 1.0.3:

  *) Added support for new encodings:
        - iso-2022-cn (Simplified/Traditional Chinese)
        - euc-tw (Traditional Chinese - Taiwan)
        - big5hkscs (Traditional Chinese - Hong Kong)
        - euc-jis-2004 (Japanese)
        - shift_jis-2004 (Japanese)
        - iso-2022-jp-2004 (Japanese)

  *) StreamWriter.write now can write non-unicode objects.

  *) C codec modules are merged into a few per-locale modules with
     its dependent mapping table holder modules.

  *) ISO-2022 codecs are completely rewritten as compact unified
     implementation plus few per-variant configuration tables.

  *) ISO-2022-JP-3 codec now can encode JIS X 0213-1 characters
     which is mapped from a pair of unicode characters.

  *) Added new compatibility alias:
        cp932: windows-31j

You can download CJKCodecs from:

  http://cjkpython.i18n.org/#CJKCodecs


Thank you!

Hye-Shik


More information about the I18n-sig mailing list