[KoCo-CVS] [Commit] cjkcodecs CHANGES THANKS
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-07-01 08:55:13
|
perky 03/07/01 01:55:11 Modified: . CHANGES THANKS Log: *) Fixed gb18030 codec's syntax error that disturbs compilation on python compiled with --with-unicode=ucs4 option. Reported by: Son, Kyung-uk <vv...@ch...> Revision Changes Path 1.6 +3 -0 cjkcodecs/CHANGES Index: CHANGES =================================================================== RCS file: /cvsroot/koco/cjkcodecs/CHANGES,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- CHANGES 20 Jun 2003 17:22:59 -0000 1.5 +++ CHANGES 1 Jul 2003 08:55:11 -0000 1.6 @@ -22,3 +22,6 @@ *) Enable utf-8 codec encode and decode iso-10646-2 characters using surrogate pair. + *) Fixed gb18030 codec's syntax error that disturbs compilation on + python compiled with --with-unicode=ucs4 option. [Son, Kyung-uk] + 1.5 +1 -0 cjkcodecs/THANKS Index: THANKS =================================================================== RCS file: /cvsroot/koco/cjkcodecs/THANKS,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- THANKS 20 Jun 2003 09:46:51 -0000 1.4 +++ THANKS 1 Jul 2003 08:55:11 -0000 1.5 @@ -3,5 +3,6 @@ Jason R. Mastaler <ja...@ma...> MacOS X porting Kazuhiro ABE <abe...@ni...> advice on JIS X 0213 Martin v. Loewis <martin@v.loewis.de> comments on mapping differences +Son, Kyung-uk <vv...@ch...> reported a bug on ucs4 mode Yoshiki Ohshima <Yos...@ac...> advice on JIS X 0213 Young-Sik Won <mon...@dr...> mingw32 compilation fix |