Moriyoshi Koizumi
moriy****@users*****
2002年 10月 7日 (月) 07:01:57 JST
moriyoshi 02/10/07 07:01:57 Modified: ext/mbstring php_mb_filter.h Log: added PHP_MB_IS_VALID_ENCODING() macro Revision Changes Path 1.4 +2 -0 php4/ext/mbstring/php_mb_filter.h Index: php_mb_filter.h =================================================================== RCS file: /cvsroot/php-i18n/php4/ext/mbstring/php_mb_filter.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- php_mb_filter.h 10 Jun 2002 11:32:40 -0000 1.3 +++ php_mb_filter.h 6 Oct 2002 22:01:57 -0000 1.4 @@ -60,4 +60,6 @@ #define PHP_MB_FILT_TSRMLS_FETCH(filter) #endif +#define PHP_MB_IS_VALID_ENCODING(enc) ((enc)!=NULL) + #endif /* PHP_MB_FILTER_H */