Thread: [KoCo-CVS] [Commit] cjkcodecs/src/maps map_big5.h map_cp932ext.h map_cp949.h map_cp949ext.h map_cp95
Brought to you by:
perky
perky 03/07/06 16:28:11 Modified: src/maps map_big5.h map_cp932ext.h map_cp949.h map_cp949ext.h map_cp950ext.h map_gb18030ext.h map_gb18030uni.h map_gb2312.h map_gbcommon.h map_gbkext.h map_jisx0208.h map_jisx0212.h map_jisxcommon.h map_ksx1001.h Log: Change maps' internal unicode type to ucs2_t. Revision Changes Path 1.5 +2 -2 cjkcodecs/src/maps/map_big5.h Index: map_big5.h =================================================================== RCS file: /cvsroot/koco/cjkcodecs/src/maps/map_big5.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- map_big5.h 20 Jun 2003 09:04:53 -0000 1.4 +++ map_big5.h 6 Jul 2003 23:28:10 -0000 1.5 @@ -1,8 +1,8 @@ /* - * $Id: map_big5.h,v 1.4 2003/06/20 09:04:53 perky Exp $ + * $Id: map_big5.h,v 1.5 2003/07/06 23:28:10 perky Exp $ */ -static const Py_UNICODE __big5_decmap[16702] = { +static const ucs2_t __big5_decmap[16702] = { 0x3000, 0xff0c, 0x3001, 0x3002, 0xff0e, 0x2022, 0xff1b, 0xff1a, 0xff1f, 0xff01, 0xfe30, 0x2026, 0x2025, 0xfe50, 0xff64, 0xfe52, 0x00b7, 0xfe54, 0xfe55, 0xfe56, 0xfe57, 0xff5c, 0x2013, 0xfe31, 1.5 +2 -2 cjkcodecs/src/maps/map_cp932ext.h Index: map_cp932ext.h =================================================================== RCS file: /cvsroot/koco/cjkcodecs/src/maps/map_cp932ext.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- map_cp932ext.h 26 May 2003 13:50:09 -0000 1.4 +++ map_cp932ext.h 6 Jul 2003 23:28:10 -0000 1.5 @@ -1,8 +1,8 @@ /* - * $Id: map_cp932ext.h,v 1.4 2003/05/26 13:50:09 perky Exp $ + * $Id: map_cp932ext.h,v 1.5 2003/07/06 23:28:10 perky Exp $ */ -static const Py_UNICODE __cp932ext_decmap[969] = { +static const ucs2_t __cp932ext_decmap[969] = { 0xff3c, 0xff5e, 0x2225, 0xff5c, 0x2026, 0x2025, 0x2018, 0x2019, 0x201c, 0x201d, 0xff08, 0xff09, 0x3014, 0x3015, 0xff3b, 0xff3d, 0xff5b, 0xff5d, 0x3008, 0x3009, 0x300a, 0x300b, 0x300c, 0x300d, 1.5 +1 -1 cjkcodecs/src/maps/map_cp949.h Index: map_cp949.h =================================================================== RCS file: /cvsroot/koco/cjkcodecs/src/maps/map_cp949.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- map_cp949.h 27 May 2003 04:30:29 -0000 1.4 +++ map_cp949.h 6 Jul 2003 23:28:10 -0000 1.5 @@ -1,5 +1,5 @@ /* - * $Id: map_cp949.h,v 1.4 2003/05/27 04:30:29 perky Exp $ + * $Id: map_cp949.h,v 1.5 2003/07/06 23:28:10 perky Exp $ */ static const DBCHAR __cp949_encmap[33133] = { 1.4 +2 -2 cjkcodecs/src/maps/map_cp949ext.h Index: map_cp949ext.h =================================================================== RCS file: /cvsroot/koco/cjkcodecs/src/maps/map_cp949ext.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- map_cp949ext.h 17 May 2003 20:58:58 -0000 1.3 +++ map_cp949ext.h 6 Jul 2003 23:28:10 -0000 1.4 @@ -1,8 +1,8 @@ /* - * $Id: map_cp949ext.h,v 1.3 2003/05/17 20:58:58 perky Exp $ + * $Id: map_cp949ext.h,v 1.4 2003/07/06 23:28:10 perky Exp $ */ -static const Py_UNICODE __cp949ext_decmap[9650] = { +static const ucs2_t __cp949ext_decmap[9650] = { 0xac02, 0xac03, 0xac05, 0xac06, 0xac0b, 0xac0c, 0xac0d, 0xac0e, 0xac0f, 0xac18, 0xac1e, 0xac1f, 0xac21, 0xac22, 0xac23, 0xac25, 0xac26, 0xac27, 0xac28, 0xac29, 0xac2a, 0xac2b, 0xac2e, 0xac32, 1.6 +2 -2 cjkcodecs/src/maps/map_cp950ext.h Index: map_cp950ext.h =================================================================== RCS file: /cvsroot/koco/cjkcodecs/src/maps/map_cp950ext.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- map_cp950ext.h 20 Jun 2003 09:04:53 -0000 1.5 +++ map_cp950ext.h 6 Jul 2003 23:28:10 -0000 1.6 @@ -1,8 +1,8 @@ /* - * $Id: map_cp950ext.h,v 1.5 2003/06/20 09:04:53 perky Exp $ + * $Id: map_cp950ext.h,v 1.6 2003/07/06 23:28:10 perky Exp $ */ -static const Py_UNICODE __cp950ext_decmap[224] = { +static const ucs2_t __cp950ext_decmap[224] = { 0x2027, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, 0xfe51, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, 1.4 +2 -2 cjkcodecs/src/maps/map_gb18030ext.h Index: map_gb18030ext.h =================================================================== RCS file: /cvsroot/koco/cjkcodecs/src/maps/map_gb18030ext.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- map_gb18030ext.h 17 May 2003 20:58:58 -0000 1.3 +++ map_gb18030ext.h 6 Jul 2003 23:28:10 -0000 1.4 @@ -1,8 +1,8 @@ /* - * $Id: map_gb18030ext.h,v 1.3 2003/05/17 20:58:58 perky Exp $ + * $Id: map_gb18030ext.h,v 1.4 2003/07/06 23:28:10 perky Exp $ */ -static const Py_UNICODE __gb18030ext_decmap[2729] = { +static const ucs2_t __gb18030ext_decmap[2729] = { 0xe4c6, 0xe4c7, 0xe4c8, 0xe4c9, 0xe4ca, 0xe4cb, 0xe4cc, 0xe4cd, 0xe4ce, 0xe4cf, 0xe4d0, 0xe4d1, 0xe4d2, 0xe4d3, 0xe4d4, 0xe4d5, 0xe4d6, 0xe4d7, 0xe4d8, 0xe4d9, 0xe4da, 0xe4db, 0xe4dc, 0xe4dd, 1.4 +1 -1 cjkcodecs/src/maps/map_gb18030uni.h Index: map_gb18030uni.h =================================================================== RCS file: /cvsroot/koco/cjkcodecs/src/maps/map_gb18030uni.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- map_gb18030uni.h 17 May 2003 20:58:58 -0000 1.3 +++ map_gb18030uni.h 6 Jul 2003 23:28:10 -0000 1.4 @@ -1,5 +1,5 @@ /* - * $Id: map_gb18030uni.h,v 1.3 2003/05/17 20:58:58 perky Exp $ + * $Id: map_gb18030uni.h,v 1.4 2003/07/06 23:28:10 perky Exp $ */ 1.4 +2 -2 cjkcodecs/src/maps/map_gb2312.h Index: map_gb2312.h =================================================================== RCS file: /cvsroot/koco/cjkcodecs/src/maps/map_gb2312.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- map_gb2312.h 17 May 2003 20:58:58 -0000 1.3 +++ map_gb2312.h 6 Jul 2003 23:28:10 -0000 1.4 @@ -1,8 +1,8 @@ /* - * $Id: map_gb2312.h,v 1.3 2003/05/17 20:58:58 perky Exp $ + * $Id: map_gb2312.h,v 1.4 2003/07/06 23:28:10 perky Exp $ */ -static const Py_UNICODE __gb2312_decmap[7482] = { +static const ucs2_t __gb2312_decmap[7482] = { 0x3000, 0x3001, 0x3002, 0x30fb, 0x02c9, 0x02c7, 0x00a8, 0x3003, 0x3005, 0x2015, 0xff5e, 0x2016, 0x2026, 0x2018, 0x2019, 0x201c, 0x201d, 0x3014, 0x3015, 0x3008, 0x3009, 0x300a, 0x300b, 0x300c, 1.4 +1 -1 cjkcodecs/src/maps/map_gbcommon.h Index: map_gbcommon.h =================================================================== RCS file: /cvsroot/koco/cjkcodecs/src/maps/map_gbcommon.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- map_gbcommon.h 17 May 2003 20:58:58 -0000 1.3 +++ map_gbcommon.h 6 Jul 2003 23:28:10 -0000 1.4 @@ -1,5 +1,5 @@ /* - * $Id: map_gbcommon.h,v 1.3 2003/05/17 20:58:58 perky Exp $ + * $Id: map_gbcommon.h,v 1.4 2003/07/06 23:28:10 perky Exp $ */ static const DBCHAR __gbcommon_encmap[23231] = { 1.4 +2 -2 cjkcodecs/src/maps/map_gbkext.h Index: map_gbkext.h =================================================================== RCS file: /cvsroot/koco/cjkcodecs/src/maps/map_gbkext.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- map_gbkext.h 17 May 2003 20:58:58 -0000 1.3 +++ map_gbkext.h 6 Jul 2003 23:28:10 -0000 1.4 @@ -1,8 +1,8 @@ /* - * $Id: map_gbkext.h,v 1.3 2003/05/17 20:58:58 perky Exp $ + * $Id: map_gbkext.h,v 1.4 2003/07/06 23:28:10 perky Exp $ */ -static const Py_UNICODE __gbkext_decmap[14531] = { +static const ucs2_t __gbkext_decmap[14531] = { 0x4e02, 0x4e04, 0x4e05, 0x4e06, 0x4e0f, 0x4e12, 0x4e17, 0x4e1f, 0x4e20, 0x4e21, 0x4e23, 0x4e26, 0x4e29, 0x4e2e, 0x4e2f, 0x4e31, 0x4e33, 0x4e35, 0x4e37, 0x4e3c, 0x4e40, 0x4e41, 0x4e42, 0x4e44, 1.4 +2 -2 cjkcodecs/src/maps/map_jisx0208.h Index: map_jisx0208.h =================================================================== RCS file: /cvsroot/koco/cjkcodecs/src/maps/map_jisx0208.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- map_jisx0208.h 17 May 2003 20:58:58 -0000 1.3 +++ map_jisx0208.h 6 Jul 2003 23:28:10 -0000 1.4 @@ -1,8 +1,8 @@ /* - * $Id: map_jisx0208.h,v 1.3 2003/05/17 20:58:58 perky Exp $ + * $Id: map_jisx0208.h,v 1.4 2003/07/06 23:28:10 perky Exp $ */ -static const Py_UNICODE __jisx0208_decmap[6956] = { +static const ucs2_t __jisx0208_decmap[6956] = { 0x3000, 0x3001, 0x3002, 0xff0c, 0xff0e, 0x30fb, 0xff1a, 0xff1b, 0xff1f, 0xff01, 0x309b, 0x309c, 0x00b4, 0xff40, 0x00a8, 0xff3e, 0xffe3, 0xff3f, 0x30fd, 0x30fe, 0x309d, 0x309e, 0x3003, 0x4edd, 1.4 +2 -2 cjkcodecs/src/maps/map_jisx0212.h Index: map_jisx0212.h =================================================================== RCS file: /cvsroot/koco/cjkcodecs/src/maps/map_jisx0212.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- map_jisx0212.h 17 May 2003 20:58:58 -0000 1.3 +++ map_jisx0212.h 6 Jul 2003 23:28:10 -0000 1.4 @@ -1,8 +1,8 @@ /* - * $Id: map_jisx0212.h,v 1.3 2003/05/17 20:58:58 perky Exp $ + * $Id: map_jisx0212.h,v 1.4 2003/07/06 23:28:10 perky Exp $ */ -static const Py_UNICODE __jisx0212_decmap[6179] = { +static const ucs2_t __jisx0212_decmap[6179] = { 0x02d8, 0x02c7, 0x00b8, 0x02d9, 0x02dd, 0x00af, 0x02db, 0x02da, 0x007e, 0x0384, 0x0385, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, UNIINV, 0x00a1, 0x00a6, 0x00bf, UNIINV, UNIINV, 1.5 +1 -1 cjkcodecs/src/maps/map_jisxcommon.h Index: map_jisxcommon.h =================================================================== RCS file: /cvsroot/koco/cjkcodecs/src/maps/map_jisxcommon.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- map_jisxcommon.h 17 May 2003 21:17:16 -0000 1.4 +++ map_jisxcommon.h 6 Jul 2003 23:28:10 -0000 1.5 @@ -1,5 +1,5 @@ /* - * $Id: map_jisxcommon.h,v 1.4 2003/05/17 21:17:16 perky Exp $ + * $Id: map_jisxcommon.h,v 1.5 2003/07/06 23:28:10 perky Exp $ */ static const DBCHAR __jisxcommon_encmap[22016] = { 1.4 +2 -2 cjkcodecs/src/maps/map_ksx1001.h Index: map_ksx1001.h =================================================================== RCS file: /cvsroot/koco/cjkcodecs/src/maps/map_ksx1001.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- map_ksx1001.h 17 May 2003 20:58:58 -0000 1.3 +++ map_ksx1001.h 6 Jul 2003 23:28:10 -0000 1.4 @@ -1,8 +1,8 @@ /* - * $Id: map_ksx1001.h,v 1.3 2003/05/17 20:58:58 perky Exp $ + * $Id: map_ksx1001.h,v 1.4 2003/07/06 23:28:10 perky Exp $ */ -static const Py_UNICODE __ksx1001_decmap[8264] = { +static const ucs2_t __ksx1001_decmap[8264] = { 0x3000, 0x3001, 0x3002, 0x00b7, 0x2025, 0x2026, 0x00a8, 0x3003, 0x00ad, 0x2015, 0x2225, 0xff3c, 0x223c, 0x2018, 0x2019, 0x201c, 0x201d, 0x3014, 0x3015, 0x3008, 0x3009, 0x300a, 0x300b, 0x300c, |