[KoCo-CVS] [Commit] KoreanCodecs README.en README.ko setup.py
Brought to you by:
perky
From: Chang <pe...@us...> - 2002-04-25 21:28:10
|
perky 02/04/25 14:28:07 Modified: . README.en README.ko setup.py Log: - Version 2.0.3a1 comments Revision Changes Path 1.12 +10 -5 KoreanCodecs/README.en Index: README.en =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/README.en,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- README.en 8 Apr 2002 12:45:25 -0000 1.11 +++ README.en 25 Apr 2002 21:28:07 -0000 1.12 @@ -1,8 +1,8 @@ -KoreanCodecs version 2.0.3 -========================== +KoreanCodecs version 2.0.3a1 +============================ Copyright(C) Hye-Shik Chang, 2002. -$Id: README.en,v 1.11 2002/04/08 12:45:25 perky Exp $ +$Id: README.en,v 1.12 2002/04/25 21:28:07 perky Exp $ @@ -40,7 +40,7 @@ python setup.py install -If you want to use a Japanese encoding as the default one, add a +If you want to use a Korean encoding as the default one, add a line sys.set_string_encoding(ENCODING) @@ -104,7 +104,7 @@ - korean.qwerty3bul (proposed on 2.1) - korean.qwerty3bul-390 (proposed on 2.1) -You can omit 'korean.' after importing 'korean' module. +You can omit 'korean.' after importing 'korean.aliases' module. Addition Modules @@ -121,6 +121,11 @@ 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 conjoin, disjoint, format in hangul module + (format function is a unicode formatter that fixes korean suffixes + after each arguments) o Version 2.0.2 - 16 March 2002 - added euc-kr and cp949 codec C implementations 1.11 +10 -4 KoreanCodecs/README.ko Index: README.ko =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/README.ko,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- README.ko 8 Apr 2002 12:45:25 -0000 1.10 +++ README.ko 25 Apr 2002 21:28:07 -0000 1.11 @@ -1,8 +1,8 @@ -ÇѱÛÄÚµ¦ ¹öÁ¯ 2.0.3 -=================== +ÇѱÛÄÚµ¦ ¹öÁ¯ 2.0.3a1 +===================== Copyright(C) Hye-Shik Chang, 2002. -$Id: README.ko,v 1.10 2002/04/08 12:45:25 perky Exp $ +$Id: README.ko,v 1.11 2002/04/25 21:28:07 perky Exp $ *Ä·ÆäÀÎ* ÀÎÅͳݿ¡¼ ÇÑ±Û ¸ÂÃã¹ýÀ» Áöŵ½Ã´Ù. ^-^/~ @@ -105,7 +105,8 @@ - korean.qwerty3bul : 3¹ú½Ä - ÄõƼÀÚÆÇ ¸ÅÇÎ - korean.qwerty3bul-390 : 3¹ú½Ä 390 - ÄõƼÀÚÆÇ ¸ÅÇÎ -ÄÚµ¦À̸§¿¡¼ korean. ºÎºÐÀº korean¸ðµâÀ» ÀÓÆ÷Æ®ÇÏ¸é »ý·«ÇÒ ¼ö ÀÖ½À´Ï´Ù. +ÄÚµ¦À̸§¿¡¼ korean. ºÎºÐÀº korean.aliases¸ðµâÀ» ÀÓÆ÷Æ®ÇÏ¸é »ý·«ÇÒ ¼ö +ÀÖ½À´Ï´Ù. Ãß°¡ ÆÐŰÁö @@ -123,6 +124,11 @@ o ¹öÁ¯ 2.0.3 2002³â 4¿ù - hangul ¸ðµâ À¯´ÏÄÚµå 3.2 Ç¥ÁØÀ¸·Î ÀÚ¸ð ¾à¾î º¯°æ + - hangul ¸ðµâ C ±¸Çö Ãß°¡ + (ÀÌ È®ÀåÀ¸·Î johab, unijohab, qwerty2bul ÄÚµ¦ÀÌ »¡¶óÁý´Ï´Ù.) + - hangul ¸ðµâ¿¡ conjoin, disjoint, format ÇÔ¼ö Ãß°¡ + (formatÀº Æ÷¸ËµÈ ´Ü¾îÀÇ Á¾¼º¿©ºÎ¿¡ µû¶ó µÚÀÇ Á¶»ç¸¦ ¼öÁ¤ÇØÁÖ´Â + ÇѱۿëÀÇ À¯´ÏÄÚµå Æ÷¸ÅÆÃ ÇÔ¼öÀÔ´Ï´Ù.) o ¹öÁ¯ 2.0.2 2002³â 3¿ù 16ÀÏ - EUC-KR, CP949 ÄÚµ¦ C ±¸Çö Ãß°¡ 1.13 +2 -2 KoreanCodecs/setup.py Index: setup.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/setup.py,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- setup.py 25 Apr 2002 05:01:06 -0000 1.12 +++ setup.py 25 Apr 2002 21:28:07 -0000 1.13 @@ -1,5 +1,5 @@ #!/usr/bin/env python -# $Id: setup.py,v 1.12 2002/04/25 05:01:06 perky Exp $ +# $Id: setup.py,v 1.13 2002/04/25 21:28:07 perky Exp $ import sys from distutils.core import setup, Extension @@ -18,7 +18,7 @@ (self.install_purelib, ["misc/korean.pth"])] setup (name = "KoreanCodecs", - version = "2.0.3", + version = "2.0.3a1", description = "Korean Codecs for Python Unicode Support", long_description = "This package provides Unicode codecs that make " "Python aware of Korean character encodings such as EUC-KR, CP949 " |