Thread: [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 " |
From: Chang <pe...@us...> - 2002-04-28 21:30:46
|
perky 02/04/28 02:37:20 Modified: . README.en README.ko setup.py Log: - Bump beta level to 2.0.3b2 for fixing version detect (SourceForge doesn't allow update distfile!!) Revision Changes Path 1.15 +2 -2 KoreanCodecs/README.en Index: README.en =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/README.en,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- README.en 28 Apr 2002 08:08:04 -0000 1.14 +++ README.en 28 Apr 2002 09:37:19 -0000 1.15 @@ -1,8 +1,8 @@ -KoreanCodecs version 2.0.3b1 +KoreanCodecs version 2.0.3b2 ============================ Copyright(C) Hye-Shik Chang, 2002. -$Id: README.en,v 1.14 2002/04/28 08:08:04 perky Exp $ +$Id: README.en,v 1.15 2002/04/28 09:37:19 perky Exp $ 1.14 +2 -2 KoreanCodecs/README.ko Index: README.ko =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/README.ko,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- README.ko 28 Apr 2002 08:08:04 -0000 1.13 +++ README.ko 28 Apr 2002 09:37:19 -0000 1.14 @@ -1,8 +1,8 @@ -ÇѱÛÄÚµ¦ ¹öÁ¯ 2.0.3b1 +ÇѱÛÄÚµ¦ ¹öÁ¯ 2.0.3b2 ===================== Copyright(C) Hye-Shik Chang, 2002. -$Id: README.ko,v 1.13 2002/04/28 08:08:04 perky Exp $ +$Id: README.ko,v 1.14 2002/04/28 09:37:19 perky Exp $ *Ä·ÆäÀÎ* ÀÎÅͳݿ¡¼ ÇÑ±Û ¸ÂÃã¹ýÀ» Áöŵ½Ã´Ù. ^-^/~ 1.22 +2 -2 KoreanCodecs/setup.py Index: setup.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/setup.py,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- setup.py 28 Apr 2002 09:31:56 -0000 1.21 +++ setup.py 28 Apr 2002 09:37:19 -0000 1.22 @@ -1,5 +1,5 @@ #!/usr/bin/env python -# $Id: setup.py,v 1.21 2002/04/28 09:31:56 perky Exp $ +# $Id: setup.py,v 1.22 2002/04/28 09:37:19 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.3b1", + version = "2.0.3b2", description = "Korean Codecs for Python Unicode Support", long_description = "This package provides Unicode codecs that " "make Python aware of Korean character encodings such as " |
From: Chang <pe...@us...> - 2002-07-23 18:25:33
|
perky 02/07/23 11:25:31 Modified: . README.en README.ko setup.py Log: Add 2.0.5 Release Notes Revision Changes Path 1.19 +10 -21 KoreanCodecs/README.en Index: README.en =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/README.en,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- README.en 13 Jul 2002 06:10:21 -0000 1.18 +++ README.en 23 Jul 2002 18:25:31 -0000 1.19 @@ -1,8 +1,8 @@ -KoreanCodecs version 2.0.4 +KoreanCodecs version 2.0.5 ========================== Copyright(C) Hye-Shik Chang, 2002. -$Id: README.en,v 1.18 2002/07/13 06:10:21 perky Exp $ +$Id: README.en,v 1.19 2002/07/23 18:25:31 perky Exp $ @@ -62,18 +62,6 @@ python uninstall.py -And, this package is platform independant in principle. -It was tested successfully on this platforms: - - - FreeBSD 4 / i386 / Python 2.2, 2.1.2 - - NetBSD 1.5 / i386 / Python 2.2 - - NetBSD 1.5 / powerpc / Python 2.0 - - Apple MacOS X / powerpc / Python 2.2 - - Microsoft Windows 2000 / i386 / Python 2.2 - - Cygwin / i386,win2k / Python 2.1.1 - -(This doesn't mean not working on other platforms.) - Codec Names ----------- @@ -114,6 +102,14 @@ History ------- +o Version 2.0.5 - 24 July 2002 + - Add two new characters which is introduced by KSX1001-1998 + (euro symbol and registered mark) + - Raise not UnicodeError but ValueError when keyword argument + "errors" is invalid. + - hangul.isJaeum and hangul.isMoeum evaluate a entire string, + same as str.isdigit and its friends do. + o Version 2.0.4 - 30 April 2002 - Copyright has changed to LGPL @@ -147,12 +143,6 @@ Tamito KAJIYAMA. I appreciate his invaluable work. -Tribute -------- - -I tribute this package to Joarra, as always. ;) - - Author ------ @@ -160,4 +150,3 @@ Any comments, suggestions, and/or patches are very welcome. Thank you for using KoreanCodecs! - 1.18 +9 -21 KoreanCodecs/README.ko Index: README.ko =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/README.ko,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- README.ko 13 Jul 2002 06:10:21 -0000 1.17 +++ README.ko 23 Jul 2002 18:25:31 -0000 1.18 @@ -1,8 +1,8 @@ -ÇѱÛÄÚµ¦ ¹öÁ¯ 2.0.4 +ÇѱÛÄÚµ¦ ¹öÁ¯ 2.0.5 =================== Copyright(C) Hye-Shik Chang, 2002. -$Id: README.ko,v 1.17 2002/07/13 06:10:21 perky Exp $ +$Id: README.ko,v 1.18 2002/07/23 18:25:31 perky Exp $ *Ä·ÆäÀÎ* ÀÎÅͳݿ¡¼ ÇÑ±Û ¸ÂÃã¹ýÀ» Áöŵ½Ã´Ù. ^-^/~ @@ -64,18 +64,6 @@ python uninstall.py -ÀÌ ÆÐŰÁö´Â ¿ø·¡ Ç÷§Æû¿¡ µ¶¸³ÀûÀÔ´Ï´Ù. -´ÙÀ½ Ç÷§Æû¿¡¼ ¼º°øÀûÀ¸·Î Å×½ºÆ®µÇ¾ú½À´Ï´Ù: - - - FreeBSD 4 / i386 / Python 2.2, 2.1.2 - - NetBSD 1.5 / i386 / Python 2.2 - - NetBSD 1.5 / powerpc / Python 2.0 - - Apple MacOS X / powerpc / Python 2.2 - - Microsoft Windows 2000 / i386 / Active Python 2.2 - - Cygwin / i386,win2k / Python 2.1.1 - -(ÀÌ ¿ÜÀÇ Ç÷§Æû¿¡¼ ÀÛµ¿ÇÏÁö ¾Ê´Â °ÍÀ» ÀǹÌÇÏ´Â °ÍÀÌ ¾Æ´Õ´Ï´Ù.) - ÄÚµ¦ À̸§ --------- @@ -113,6 +101,13 @@ ¿ª»ç ---- +o ¹öÁ¯ 2.0.5 2002³â 7¿ù 24ÀÏ + - KSX1001-1998¿¡ Ãß°¡µÈ À¯·ÎÈ Ç¥±â¿Í µî·Ï»óÇ¥ ¸¶Å©¸¦ Ãß°¡ÇÏ¿´½À´Ï´Ù. + - ÀÎÄÚ´õ¿Í µðÄÚ´õ¿¡¼ Ű¿öµå ÀÎÀÚÀÎ errors°¡ À߸øµÇ¾úÀ» ¶§ ValueError + ¸¦ ¹ß»ýÇϵµ·Ï ¼öÁ¤µÇ¾ú½À´Ï´Ù. + - hangul.isJaeum µî °ü·Ã ÇÔ¼öµéÀÌ ¹®ÀÚ¿ ¸Þ½îµåµé°ú ¸¶Âù°¡Áö·Î + ¹®ÀÚ¿ Àüü¸¦ ÆÇ´ÜÇÏ¿© °ªÀ» ¸®ÅÏÇϵµ·Ï º¯°æÇÏ¿´½À´Ï´Ù. + o ¹öÁ¯ 2.0.4 2002³â 4¿ù 30ÀÏ - LGPL·Î ¶óÀ̼¾½º º¯°æ @@ -150,12 +145,6 @@ cd /usr/ports/korean/pycodec && make install clean -Æ®¸®ºäÆ® --------- - -I tribute this package to Joarra, as always. ;) - - ÀúÀÚ ---- @@ -163,4 +152,3 @@ Á¦¾ÈÀ̳ª ¹ö±×, ÆÐÄ¡´Â ¸ðµÎ ȯ¿µÇÕ´Ï´Ù. ÇѱÛÄÚµ¦À» »ç¿ëÇØ Áּż °¨»çÇÕ´Ï´Ù! - 1.29 +2 -2 KoreanCodecs/setup.py Index: setup.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/setup.py,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- setup.py 19 Jul 2002 00:01:52 -0000 1.28 +++ setup.py 23 Jul 2002 18:25:31 -0000 1.29 @@ -18,7 +18,7 @@ # along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: setup.py,v 1.28 2002/07/19 00:01:52 perky Exp $ +# $Id: setup.py,v 1.29 2002/07/23 18:25:31 perky Exp $ # import sys @@ -52,7 +52,7 @@ org_install_lib or self.install_purelib setup (name = "KoreanCodecs", - version = "2.0.5a0", + version = "2.0.5", description = "Korean Codecs for Python Unicode Support", long_description = "This package provides Unicode codecs that " "make Python aware of Korean character encodings such as " |
From: Hye-Shik C. <pe...@us...> - 2003-01-02 10:36:35
|
perky 03/01/02 02:36:33 Modified: . README.en README.ko setup.py Log: Add info for 2.1.0 to history and we are entering 2.1.0dev. Revision Changes Path 1.20 +5 -6 KoreanCodecs/README.en Index: README.en =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/README.en,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- README.en 23 Jul 2002 18:25:31 -0000 1.19 +++ README.en 2 Jan 2003 10:36:32 -0000 1.20 @@ -2,7 +2,7 @@ ========================== Copyright(C) Hye-Shik Chang, 2002. -$Id: README.en,v 1.19 2002/07/23 18:25:31 perky Exp $ +$Id: README.en,v 1.20 2003/01/02 10:36:32 perky Exp $ @@ -57,11 +57,6 @@ "korean.johab" "korean.iso-2022-kr" -Also, if you have been installed KoreanCodecs version 2.0 or -older, please uninstall it by the following command: - - python uninstall.py - Codec Names ----------- @@ -101,6 +96,10 @@ History ------- + +o Version 2.1.0 - January 2003 + - As a result of refactoring wansung encoders, C codec consumes + about 1/3 (!) than before. o Version 2.0.5 - 24 July 2002 - Add two new characters which is introduced by KSX1001-1998 1.19 +5 -6 KoreanCodecs/README.ko Index: README.ko =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/README.ko,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- README.ko 23 Jul 2002 18:25:31 -0000 1.18 +++ README.ko 2 Jan 2003 10:36:32 -0000 1.19 @@ -2,7 +2,7 @@ =================== Copyright(C) Hye-Shik Chang, 2002. -$Id: README.ko,v 1.18 2002/07/23 18:25:31 perky Exp $ +$Id: README.ko,v 1.19 2003/01/02 10:36:32 perky Exp $ *Ä·ÆäÀÎ* ÀÎÅͳݿ¡¼ ÇÑ±Û ¸ÂÃã¹ýÀ» Áöŵ½Ã´Ù. ^-^/~ @@ -59,11 +59,6 @@ "korean.johab" "korean.iso-2022-kr" -±×¸®°í, KoreanCodecs¸¦ ¹öÁ¯ 2.0 ÀÌ»ó ¼³Ä¡ÇØ µÎ°í ÀÖ´Â °æ¿ì¿¡´Â -´ÙÀ½ ¸í·ÉÀ» ÀÌ¿ëÇØ¼ Á¦°ÅÇÒ ¼ö ÀÖ½À´Ï´Ù: - - python uninstall.py - ÄÚµ¦ À̸§ --------- @@ -100,6 +95,10 @@ ¿ª»ç ---- + +o ¹öÁ¯ 2.1.0 2003³â 1¿ù + - ³»ºÎ ¿Ï¼ºÇü ÀÎÄÚ´õÀÇ ÃÖÀûÈ·Î C ÄÚµ¦ÀÇ ¸Þ¸ð¸® ¼Òºñ°¡ 1/3 Á¤µµ·Î ÁÙ¾î + µé¾ú½À´Ï´Ù. o ¹öÁ¯ 2.0.5 2002³â 7¿ù 24ÀÏ - KSX1001-1998¿¡ Ãß°¡µÈ À¯·ÎÈ Ç¥±â¿Í µî·Ï»óÇ¥ ¸¶Å©¸¦ Ãß°¡ÇÏ¿´½À´Ï´Ù. 1.30 +2 -2 KoreanCodecs/setup.py Index: setup.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/setup.py,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- setup.py 23 Jul 2002 18:25:31 -0000 1.29 +++ setup.py 2 Jan 2003 10:36:32 -0000 1.30 @@ -18,7 +18,7 @@ # along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: setup.py,v 1.29 2002/07/23 18:25:31 perky Exp $ +# $Id: setup.py,v 1.30 2003/01/02 10:36:32 perky Exp $ # import sys @@ -52,7 +52,7 @@ org_install_lib or self.install_purelib setup (name = "KoreanCodecs", - version = "2.0.5", + version = "2.1.0dev", description = "Korean Codecs for Python Unicode Support", long_description = "This package provides Unicode codecs that " "make Python aware of Korean character encodings such as " |
From: Hye-Shik C. <pe...@us...> - 2003-01-12 22:54:13
|
perky 03/01/12 14:54:11 Modified: . README.en README.ko setup.py Log: Remove selective framework for two implementations, 'C' and 'Python'. We'll maintain only 1 implementation from now. Accordingly, --with[out]-extension options is removed, too. Revision Changes Path 1.26 +5 -5 KoreanCodecs/README.en Index: README.en =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/README.en,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- README.en 10 Jan 2003 06:36:25 -0000 1.25 +++ README.en 12 Jan 2003 22:54:11 -0000 1.26 @@ -2,7 +2,7 @@ ============================= Copyright(C) 2002-2003 Hye-Shik Chang. -$Id: README.en,v 1.25 2003/01/10 06:36:25 perky Exp $ +$Id: README.en,v 1.26 2003/01/12 22:54:11 perky Exp $ Introduction @@ -65,10 +65,8 @@ corresponding codec names: o Wansung - - korean.python.euc-kr - - korean.python.cp949 - - korean.c.euc-kr - - korean.c.cp949 + - korean.euc-kr + - korean.cp949 - korean.mackorean o Johab @@ -106,6 +104,8 @@ - Added MacKorean codec which is used by MacOS 7 and above. - Reimplemented ISO-2022-KR codec and it can handle ksc5601 designated on G0 area, now. (MULE Compatible) + - Pure python implementation of euc-kr and cp949 codec as well as hangul + module is removed from distribution. o Version 2.0.5 - 24 July 2002 - Add two new characters which is introduced by KSX1001-1998 1.24 +9 -5 KoreanCodecs/README.ko Index: README.ko =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/README.ko,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- README.ko 10 Jan 2003 06:36:25 -0000 1.23 +++ README.ko 12 Jan 2003 22:54:11 -0000 1.24 @@ -2,7 +2,7 @@ ====================== Copyright(C) 2002-2003 Hye-Shik Chang. -$Id: README.ko,v 1.23 2003/01/10 06:36:25 perky Exp $ +$Id: README.ko,v 1.24 2003/01/12 22:54:11 perky Exp $ *Ä·ÆäÀÎ* ÀÎÅͳݿ¡¼ ÇÑ±Û ¸ÂÃã¹ýÀ» Áöŵ½Ã´Ù. ^-^/~ @@ -67,17 +67,19 @@ ÀÌ ÆÐŰÁö¿¡¼´Â ´ÙÀ½ ÀÎÄÚµùµéÀ» Á¦°øÇÕ´Ï´Ù: o ¿Ï¼ºÇü - - korean.python.euc-kr : KS5601 ¿Ï¼ºÇü - - korean.python.cp949 : Microsoft È®Àå¿Ï¼ºÇü - - korean.c.euc-kr : C·Î ÀÛ¼ºµÈ EUC-KR ÄÚµ¦ - - korean.c.cp949 : C·Î ÀÛ¼ºµÈ CP949 ÄÚµ¦ + - korean.euc-kr : KS5601 ¿Ï¼ºÇü + - korean.cp949 : Microsoft È®Àå¿Ï¼ºÇü - korean.mackorean : Apple È®Àå¿Ï¼ºÇü + o Á¶ÇÕÇü - korean.johab : »ó¿ë Á¶ÇÕÇü (8ºñÆ®) + o ISO-2022-KR - korean.iso-2022-kr : RFC1557 ÇÑ±Û ÀÎÅÍ³Ý ¸Þ½ÃÁö ÀÎÄÚµù + o À¯´ÏÄÚµå Á¶ÇÕÇü - korean.unijohab : À¯´ÏÁ¶ÇÕ (MacOS Á¶ÇÕ) + o Qwerty ÀÚÆÇ ¸ÅÇÎ - korean.qwerty2bul : 2¹ú½Ä - ÄõƼÀÚÆÇ ¸ÅÇÎ @@ -106,6 +108,8 @@ - MacOS 7 À̻󿡼 »ç¿ëµÇ´Â MacKorean ÄÚµ¦ÀÌ Ãß°¡µÇ¾ú½À´Ï´Ù. - »õ·Î ±¸ÇöµÈ ISO-2022-KR ÄÚµ¦Àº G0 ¿µ¿ª¿¡ ÁöÁ¤µÈ KSC5601µµ ´Ù·ê ¼ö ÀÖ°Ô µÇ¾ú½À´Ï´Ù. (MULE ȣȯ) + - EUC-KR, CP949 ÄÚµ¦°ú hangul ¸ðµâÀÇ ¼ø¼ö ÆÄÀ̽㠱¸ÇöÀÌ ´õÀÌ»ó ¹èÆ÷µÇÁö + ¾Ê½À´Ï´Ù. o ¹öÁ¯ 2.0.5 2002³â 7¿ù 24ÀÏ - KSX1001-1998¿¡ Ãß°¡µÈ À¯·ÎÈ Ç¥±â¿Í µî·Ï»óÇ¥ ¸¶Å©¸¦ Ãß°¡ÇÏ¿´½À´Ï´Ù. 1.32 +6 -9 KoreanCodecs/setup.py Index: setup.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/setup.py,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- setup.py 9 Jan 2003 23:37:46 -0000 1.31 +++ setup.py 12 Jan 2003 22:54:11 -0000 1.32 @@ -18,7 +18,7 @@ # along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: setup.py,v 1.31 2003/01/09 23:37:46 perky Exp $ +# $Id: setup.py,v 1.32 2003/01/12 22:54:11 perky Exp $ # import sys @@ -27,7 +27,6 @@ flavors = { 'aliases': 1, - 'extension': 1, } for flname in flavors.keys(): if '--without-'+flname in sys.argv: @@ -65,10 +64,8 @@ url = "http://sourceforge.net/projects/koco", cmdclass = {'install': Install}, packages = ['korean', - 'korean.mappings', - 'korean.c', - 'korean.python'], - ext_modules = flavors['extension'] and [ - Extension("korean.c._koco", ["src/_koco.c"]), - Extension("korean.c.hangul", ["src/hangul.c"]), - ] or []) + 'korean.mappings'], + ext_modules = [ + Extension("korean._koco", ["src/_koco.c"]), + Extension("korean.hangul", ["src/hangul.c"]), + ]) |
From: Hye-Shik C. <pe...@us...> - 2003-01-12 23:46:37
|
perky 03/01/12 15:46:36 Modified: . README.en README.ko setup.py Log: Announce this version as 2.1.0a1 Revision Changes Path 1.28 +3 -3 KoreanCodecs/README.en Index: README.en =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/README.en,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- README.en 12 Jan 2003 23:04:55 -0000 1.27 +++ README.en 12 Jan 2003 23:46:35 -0000 1.28 @@ -1,8 +1,8 @@ -KoreanCodecs version 2.1.0dev -============================= +KoreanCodecs version 2.1.0a1 +============================ Copyright(C) 2002-2003 Hye-Shik Chang. -$Id: README.en,v 1.27 2003/01/12 23:04:55 perky Exp $ +$Id: README.en,v 1.28 2003/01/12 23:46:35 perky Exp $ Introduction 1.26 +3 -3 KoreanCodecs/README.ko Index: README.ko =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/README.ko,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- README.ko 12 Jan 2003 23:04:55 -0000 1.25 +++ README.ko 12 Jan 2003 23:46:36 -0000 1.26 @@ -1,8 +1,8 @@ -ÇѱÛÄÚµ¦ ¹öÁ¯ 2.1.0dev -====================== +ÇѱÛÄÚµ¦ ¹öÁ¯ 2.1.0a1 +===================== Copyright(C) 2002-2003 Hye-Shik Chang. -$Id: README.ko,v 1.25 2003/01/12 23:04:55 perky Exp $ +$Id: README.ko,v 1.26 2003/01/12 23:46:36 perky Exp $ *Ä·ÆäÀÎ* ÀÎÅͳݿ¡¼ ÇÑ±Û ¸ÂÃã¹ýÀ» Áöŵ½Ã´Ù. ^-^/~ 1.33 +2 -2 KoreanCodecs/setup.py Index: setup.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/setup.py,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- setup.py 12 Jan 2003 22:54:11 -0000 1.32 +++ setup.py 12 Jan 2003 23:46:36 -0000 1.33 @@ -18,7 +18,7 @@ # along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: setup.py,v 1.32 2003/01/12 22:54:11 perky Exp $ +# $Id: setup.py,v 1.33 2003/01/12 23:46:36 perky Exp $ # import sys @@ -51,7 +51,7 @@ org_install_lib or self.install_purelib setup (name = "KoreanCodecs", - version = "2.1.0dev", + version = "2.1.0a1", description = "Korean Codecs for Python Unicode Support", long_description = "This package provides Unicode codecs that " "make Python aware of Korean character encodings such as " |