blob: 3d8429eedf6a6ba171c921834b53dda01c65c5a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
The cjkcodecs is a unified unicode codec for Chinese, Japanese
and Korean encodings. And, supports the following features:
* PEP293 Error Callbacks (for Python 2.3 only)
* Reentrant-safe encoder and decoder
* Stateful/context-aware StreamReader and StreamWriter
WWW: http://cjkpython.berlios.de/#CJKCodecs
|