This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Unicode Codecs for CJK Encodings
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: hyeshik.chang
Priority: normal Keywords: patch

Created on 2003-04-02 11:23 by hyeshik.chang, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-cjkcodecs.diff.gz hyeshik.chang, 2003-04-02 11:24 patch (rev. 1)
Messages (1)
msg43270 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2003-04-02 11:23
This patch includes the python unicode codecs for the
following encodings:

_ja_codecs: shiftjis cp932 euc_jp
_ko_codecs: euc_kr cp949
_zh_CN_codecs: gb2312 cp936 gb18030
_zh_TW_codecs: big5 cp950

With this codecs, the Python can be a legal software in
China. :)
(gb18030 is a mandatory standard.)

i386 stripped ELF size:

58416 _ja_codecs.so
59280 _ko_codecs.so
82992 _zh_CN_codecs.so
58224 _zh_TW_codecs.so


powerpc unstripped Mach-O size:

88676 _ja_codecs.so
88096 _ko_codecs.so
111336 _zh_CN_codecs.so
86184 _zh_TW_codecs.so
History
Date User Action Args
2022-04-10 16:08:01adminsetgithub: 38256
2003-04-02 11:23:32hyeshik.changcreate