[KoCo-CVS] [Commit] cjkcodecs CHANGES
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-06-20 17:23:01
|
perky 03/06/20 10:22:59 Modified: . CHANGES Log: Enable utf-8 codec encode and decode iso-10646-2 characters using surrogate pair. Revision Changes Path 1.5 +3 -0 cjkcodecs/CHANGES Index: CHANGES =================================================================== RCS file: /cvsroot/koco/cjkcodecs/CHANGES,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- CHANGES 20 Jun 2003 09:22:57 -0000 1.4 +++ CHANGES 20 Jun 2003 17:22:59 -0000 1.5 @@ -19,3 +19,6 @@ *) Added a workaround for PyObject_GenericGetAttr to enable compiling with mingw32. [Young-Sik Won] + *) Enable utf-8 codec encode and decode iso-10646-2 characters using + surrogate pair. + |