[KoCo-CVS] [Commit] cjkcodecs CHANGES
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-07-05 19:49:04
|
perky 03/07/05 12:49:02 Modified: . CHANGES Log: StreamWriter became to be able to buffer incomplete sequences. (this feature is used for surrogate-pair and mapping from unicode character with a following modifier) Revision Changes Path 1.8 +4 -0 cjkcodecs/CHANGES Index: CHANGES =================================================================== RCS file: /cvsroot/koco/cjkcodecs/CHANGES,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- CHANGES 1 Jul 2003 20:45:27 -0000 1.7 +++ CHANGES 5 Jul 2003 19:49:02 -0000 1.8 @@ -25,3 +25,7 @@ *) Fixed gb18030 codec's syntax error that disturbs compilation on python compiled with --with-unicode=ucs4 option. [Son, Kyung-uk] + *) StreamWriter became to be able to buffer incomplete sequences. + (this feature is used for surrogate-pair and mapping from unicode + character with a following modifier) + |