[I18n-sig] CJKCodecs 0.9 is released

Hye-Shik Chang perky@fallin.lv
Fri, 6 Jun 2003 18:53:32 +0900


The CJKCodecs 0.9 is released and available for download at:

 http://sourceforge.net/project/showfiles.php?group_id=46747


The 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.

Currently supported encodings and planned updates:

Authority       0.9             1.0             1.1             1.2
==============================================================================
China (PRC)     gb2312                          iso-2022-cn
                gbk(cp936)                      iso-2022-cn-ext
                gb18030
                hz

Hong Kong                                                       hkscs

Japan           shift-jis       iso-2022-jp-2   euc-jisx0213    iso-2022-int-1
                euc-jp                          shift-jisx0213  mac_japanese
                cp932                           iso-2022-jp-3
                iso-2022-jp
                iso-2022-jp-1

Korea (ROK)     euc-kr                          (ksx1001:2002)  mac_korean
                cp949(uhc)                                      unijohab
                johab
                iso-2022-kr

Korea (DPRK)                                                    euc-kp

Taiwan          big5                            iso-2022-cn
                cp950                           iso-2022-cn-ext
                                                euc-tw

Unicode.org     utf-8           utf-7
                                utf-16


It includes utf codecs to use it in our unit tests. (the standard utf-8
StreamReader behaves strangely on some conditions)

Thank you!


Regards,
    Hye-Shik =)