Tsukada
ttsuk****@users*****
2002年 6月 3日 (月) 02:47:15 JST
ttsukada 02/06/03 02:47:15 Modified: ext/mbstring .cvsignore mbfilter_tw.c ext/mbstring/mbfl mbfl_filter.h Added: ext/mbstring/mbfl .cvsignore Removed: ext/mbstring cp932_table.h mbfilter.c mbfilter.h mbfilter_cn.h mbfilter_ja.c mbfilter_ja.h mbfilter_kr.h mbfilter_tw.h unicode_table_ja.h Log: MBFL update Revision Changes Path 1.3 +1 -0 php4/ext/mbstring/.cvsignore Index: .cvsignore =================================================================== RCS file: /cvsroot/php-i18n/php4/ext/mbstring/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Apr 2002 02:30:49 -0000 1.2 +++ .cvsignore 2 Jun 2002 17:47:15 -0000 1.3 @@ -1,4 +1,5 @@ .deps +*.o *.lo *.la *.plg 1.5 +0 -2 php4/ext/mbstring/mbfilter_tw.c Index: mbfilter_tw.c =================================================================== RCS file: /cvsroot/php-i18n/php4/ext/mbstring/mbfilter_tw.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mbfilter_tw.c 26 May 2002 09:29:48 -0000 1.4 +++ mbfilter_tw.c 2 Jun 2002 17:47:15 -0000 1.5 @@ -29,8 +29,6 @@ #include "php.h" #include "php_globals.h" #include "mbfl_filter.h" -#include "mbfilter_tw.h" - #include "unicode_table_tw.h" #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) 1.5 +5 -5 php4/ext/mbstring/mbfl/mbfl_filter.h Index: mbfl_filter.h =================================================================== RCS file: /cvsroot/php-i18n/php4/ext/mbstring/mbfl/mbfl_filter.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mbfl_filter.h 30 May 2002 17:42:44 -0000 1.4 +++ mbfl_filter.h 2 Jun 2002 17:47:15 -0000 1.5 @@ -202,15 +202,15 @@ #define MBFL_WCSPLANE_JIS0201 0x71e10000 /* 00h - FFh */ #define MBFL_WCSPLANE_JIS0208 0x71e20000 /* JIS HEX: 2121 - 987E, DEC: 0 - 11280 */ #define MBFL_WCSPLANE_JIS0212 0x71e30000 /* JIS HEX: 2121 - 7E7E, DEC: 0 - 8836 */ -#define MBFL_WCSPLANE_WINCP932 0x70e40000 /* JIS HEX : 2121h - 9898h */ +#define MBFL_WCSPLANE_WINCP932 0x71e40000 /* JIS HEX : 2121h - 9898h */ #define MBFL_WCSPLANE_KSC5601 0x71e80000 /* 2121h - 7E7Eh */ #define MBFL_WCSPLANE_GB2312 0x71f10000 /* 2121h - 7E7Eh */ -#define MBFL_WCSPLANE_WINCP936 0x70f20000 /* 2121h - 9898h */ -#define MBFL_WCSPLANE_BIG5 0x70f30000 /* 2121h - 9898h */ -#define MBFL_WCSPLANE_CNS11643 0x70f40000 /* 2121h - 9898h */ -#define MBFL_WCSPLANE_UHC 0x70f50000 /* 8141h - fefeh */ +#define MBFL_WCSPLANE_WINCP936 0x71f20000 /* 2121h - 9898h */ +#define MBFL_WCSPLANE_BIG5 0x71f30000 /* 2121h - 9898h */ +#define MBFL_WCSPLANE_CNS11643 0x71f40000 /* 2121h - 9898h */ +#define MBFL_WCSPLANE_UHC 0x71f50000 /* 8141h - fefeh */ #define MBFL_WCSGROUP_MASK 0xffffff #define MBFL_WCSGROUP_UCS4MAX 0x70000000 1.1 php4/ext/mbstring/mbfl/.cvsignore Index: .cvsignore =================================================================== .deps *.o *.lo *.la *.plg *.opt *.ncb Release Release_inline Debug Release_TS Release_TSDbg Release_TS_inline Debug_TS