[I18n-sig] ANN: iconvcodec 1.0 is released

Hye-Shik Chang perky@fallin.lv
Mon, 21 Apr 2003 08:01:03 +0900


Hi, i18n guys!

 I just released iconvcodec 1.0.
 The iconvcodec is an universal unicode codec module for Python
 using POSIX iconv(3). It supports various libiconv
 implementations including GNU libiconv, GNU libc, FreeBSD iconv,
 Solaris iconv and etc. And, supports the following features:

  * PEP293 Error Callbacks (for Python 2.3 only)
  * Reentrant-safe encoder and decoder
  * Adaptive multiple unicode encodings: UCS, swapped UCS, UTF-8
  * Stateful/context-aware StreamReader and StreamWriter

 You can download the source and binary packages for FreeBSD,
 RedHat and/or Windows from SourceForge:
 
   http://sourceforge.net/project/showfiles.php?group_id=46747


 Thank you!


Regards,

    Hye-Shik =)