Re: Chinese Codecs?
[email protected] (Martin v. Loewis)
| Newsgroups | gmane.comp.python.internationalization |
|---|---|
| Message-ID | <[email protected]> |
"Dan Edwards" <[email protected]> writes: > Is there a definitive source for Traditional and Simplified Chinese codecs > for Python? I'm specifically looking for codecs to handle CP936 and CP950. Depending on the platform you are using, you may try the iconv codec, thus accessing codecs in your C library. Regards, Martin