[KoCo-CVS] [Commit] cjkcodecs CHANGES
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-06-19 19:13:00
|
perky 03/06/19 12:12:58 Modified: . CHANGES Log: Fix a bug that JIS X 0201 routine doesn't encode and decode 0x7f. Revision Changes Path 1.2 +3 -1 cjkcodecs/CHANGES Index: CHANGES =================================================================== RCS file: /cvsroot/koco/cjkcodecs/CHANGES,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- CHANGES 19 Jun 2003 17:49:01 -0000 1.1 +++ CHANGES 19 Jun 2003 19:12:58 -0000 1.2 @@ -1,5 +1,7 @@ Changes with CJKCodecs 1.0 - *) Changes a few characters of a big5 codepoint mapping to cp950's + *) Changed a few characters of a big5 codepoint mapping to cp950's rather than 0xfffd. (documented on NOTES.big5) + + *) Fixed a bug that JIS X 0201 routine doesn't encode and decode 0x7f. |