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: Korean Unicode Codecs
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: hyeshik.chang
Priority: normal Keywords: patch

Created on 2003-02-10 20:24 by hyeshik.chang, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
_ko_codecs_1.diff.gz hyeshik.chang, 2003-02-10 20:28 first patch
Messages (2)
msg42801 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2003-02-10 20:24
This is an compact implementation which is fully 
rewritten from KoreanCodecs 
(http://sf.net/projects/koco).
It consumes about 50KB only as an installed binary.
Supported encodings are euc-kr and cp949.
msg42802 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2003-02-10 20:28
Logged In: YES 
user_id=55188

Enclosed files on patch:

Lib/encodings/aliases.py : adding aliases for euc-kr and cp949
Lib/encodings/cp949.py : cp949 codec
Lib/encodings/euc_kr.py : euc-kr codec
setup.py : adding _ko_codecs module to default build.
Modules/_ko_codecs.h : mapping data for KS X 1001 and 
CP949
Modules/_ko_codecs.c : C implementations for both codecs.
Tools/unicode/genmap_ko_codecs.py : Generates 
_ko_codecs.h from CP949.TXT
History
Date User Action Args
2022-04-10 16:06:42adminsetgithub: 37958
2003-02-10 20:24:01hyeshik.changcreate