2003-04-22 23:52:30 +02:00
|
|
|
The iconvcodec is an universal unicode codec module for Python
|
|
|
|
using POSIX iconv(3). 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
|
|
|
|
|
2003-09-26 07:43:20 +02:00
|
|
|
WWW: http://cjkpython.berlios.de/#iconvcodec
|