[KoCo-CVS] [Commit] KoreanCodecs/korean/python hangul.py
Brought to you by:
perky
From: Chang <pe...@us...> - 2002-07-13 06:10:23
|
perky 02/07/12 23:10:21 Modified: korean/python hangul.py Log: - Update my new official mail addr Revision Changes Path 1.12 +2 -2 KoreanCodecs/korean/python/hangul.py Index: hangul.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/python/hangul.py,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- hangul.py 5 May 2002 19:13:57 -0000 1.11 +++ hangul.py 13 Jul 2002 06:10:21 -0000 1.12 @@ -3,7 +3,7 @@ # # Unicode hangul abstractive controller # -# written by Hye-Shik Chang <pe...@fa...> +# written by Hye-Shik Chang <pe...@Fr...> # # # Unicode Hangul Code-Area Specifications: @@ -15,7 +15,7 @@ # Conjoining Jamo Behavior: # http://www.unicode.org/unicode/uni2book/ch03.pdf (section 3.11) # -# $Id: hangul.py,v 1.11 2002/05/05 19:13:57 perky Exp $ +# $Id: hangul.py,v 1.12 2002/07/13 06:10:21 perky Exp $ # class UnicodeHangulError(Exception): |