[KoCo-CVS] [Commit] KoreanCodecs README README.en README.ko setup.py
Brought to you by:
perky
From: Chang <pe...@us...> - 2002-04-28 19:45:16
|
perky 02/04/28 01:08:04 Modified: . README README.en README.ko setup.py Log: - Add descriptions for 2.0.3b1 Revision Changes Path 1.2 +1 -0 KoreanCodecs/README Index: README =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README 17 Feb 2002 13:58:44 -0000 1.1 +++ README 28 Apr 2002 08:08:04 -0000 1.2 @@ -3,3 +3,4 @@ README.en : English (in ISO8859-1) README.ko : Korean (in EUC-KR) +and, Quick Start Guide is also available on doc/quick_guide.txt 1.14 +5 -3 KoreanCodecs/README.en Index: README.en =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/README.en,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- README.en 26 Apr 2002 12:26:24 -0000 1.13 +++ README.en 28 Apr 2002 08:08:04 -0000 1.14 @@ -1,8 +1,8 @@ -KoreanCodecs version 2.0.3a2 +KoreanCodecs version 2.0.3b1 ============================ Copyright(C) Hye-Shik Chang, 2002. -$Id: README.en,v 1.13 2002/04/26 12:26:24 perky Exp $ +$Id: README.en,v 1.14 2002/04/28 08:08:04 perky Exp $ @@ -120,13 +120,15 @@ ------- o Version 2.0.3 - April 2002 - - change jamo short names to confirm to Unicode 3.2 on hangul module - added hangul module C implementation (which means, johab, unijohab and qwerty2bul have gotten faster) + - added StreamReader C implementation for EUC-KR and CP949 + - change jamo short names to confirm to Unicode 3.2 on hangul module - added conjoin, disjoint, format in hangul module (format function is a unicode formatter that fixes korean suffixes after each arguments) - improvemented in platform and version compatibilities + - fixed some refcount leaks on C extensions o Version 2.0.2 - 16 March 2002 - added euc-kr and cp949 codec C implementations 1.13 +5 -3 KoreanCodecs/README.ko Index: README.ko =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/README.ko,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- README.ko 26 Apr 2002 12:26:24 -0000 1.12 +++ README.ko 28 Apr 2002 08:08:04 -0000 1.13 @@ -1,8 +1,8 @@ -ÇѱÛÄÚµ¦ ¹öÁ¯ 2.0.3a2 +ÇѱÛÄÚµ¦ ¹öÁ¯ 2.0.3b1 ===================== Copyright(C) Hye-Shik Chang, 2002. -$Id: README.ko,v 1.12 2002/04/26 12:26:24 perky Exp $ +$Id: README.ko,v 1.13 2002/04/28 08:08:04 perky Exp $ *Ä·ÆäÀÎ* ÀÎÅͳݿ¡¼ ÇÑ±Û ¸ÂÃã¹ýÀ» Áöŵ½Ã´Ù. ^-^/~ @@ -123,13 +123,15 @@ ---- o ¹öÁ¯ 2.0.3 2002³â 4¿ù - - hangul ¸ðµâ À¯´ÏÄÚµå 3.2 Ç¥ÁØÀ¸·Î ÀÚ¸ð ¾à¾î º¯°æ - hangul ¸ðµâ C ±¸Çö Ãß°¡ (ÀÌ È®ÀåÀ¸·Î johab, unijohab, qwerty2bul ÄÚµ¦ÀÌ »¡¶óÁý´Ï´Ù.) + - EUC-KR, CP949 ÄÚµ¦À» À§ÇÑ StreamReader C ±¸Çö Ãß°¡ + - hangul ¸ðµâ À¯´ÏÄÚµå 3.2 Ç¥ÁØÀ¸·Î ÀÚ¸ð ¾à¾î º¯°æ - hangul ¸ðµâ¿¡ conjoin, disjoint, format ÇÔ¼ö Ãß°¡ (formatÀº Æ÷¸ËµÈ ´Ü¾îÀÇ Á¾¼º¿©ºÎ¿¡ µû¶ó µÚÀÇ Á¶»ç¸¦ ¼öÁ¤ÇØÁÖ´Â ÇѱۿëÀÇ À¯´ÏÄÚµå Æ÷¸ÅÆÃ ÇÔ¼öÀÔ´Ï´Ù.) - Ç÷§Æû°ú ¹öÁ¯º° ȣȯ¼ºÀÌ °³¼±µÇ¾ú½À´Ï´Ù. + - C ±¸Çö ÄÚµ¦µéÀÇ ÂüÁ¶È¸¼ö ¸®Å· ¹ö±×¸¦ ´Ù¼ö ¼öÁ¤ o ¹öÁ¯ 2.0.2 2002³â 3¿ù 16ÀÏ - EUC-KR, CP949 ÄÚµ¦ C ±¸Çö Ãß°¡ 1.20 +2 -2 KoreanCodecs/setup.py Index: setup.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/setup.py,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- setup.py 28 Apr 2002 06:54:11 -0000 1.19 +++ setup.py 28 Apr 2002 08:08:04 -0000 1.20 @@ -1,5 +1,5 @@ #!/usr/bin/env python -# $Id: setup.py,v 1.19 2002/04/28 06:54:11 perky Exp $ +# $Id: setup.py,v 1.20 2002/04/28 08:08:04 perky Exp $ import sys from distutils.core import setup, Extension @@ -32,7 +32,7 @@ org_install_lib or self.install_purelib setup (name = "KoreanCodecs", - version = "2.0.3a3", + version = "2.0.3b1", description = "Korean Codecs for Python Unicode Support", long_description = "This package provides Unicode codecs that " "make Python aware of Korean character encodings such as " |