php-src/ext/mbstring
2002-05-08 12:33:44 +00:00
..
tests
config.m4 Turn misplaced PHP_ARG_WITH into _ENABLE 2002-05-04 16:50:10 +00:00
cp932_table.h
CREDITS
mbfilter.c Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto. 2002-05-08 12:33:44 +00:00
mbfilter.h Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto. 2002-05-08 12:33:44 +00:00
mbfilter_cn.c added missing areas on Unicode->CP936 conversion table. added an alias CP932 on sjis-win. 2002-05-05 02:22:36 +00:00
mbfilter_cn.h added simplified chinese, traditional chinese, korean support to mbstring. Note that this feature is experimental. 2002-04-30 12:00:42 +00:00
mbfilter_ja.c added simplified chinese, traditional chinese, korean support to mbstring. Note that this feature is experimental. 2002-04-30 12:00:42 +00:00
mbfilter_ja.h
mbfilter_kr.c Fix ZTS build. Remove unused variables. 2002-04-30 14:36:43 +00:00
mbfilter_kr.h added simplified chinese, traditional chinese, korean support to mbstring. Note that this feature is experimental. 2002-04-30 12:00:42 +00:00
mbfilter_tw.c Changed & to &&. 2002-05-02 17:54:54 +00:00
mbfilter_tw.h added simplified chinese, traditional chinese, korean support to mbstring. Note that this feature is experimental. 2002-04-30 12:00:42 +00:00
mbregex.c fixed compile warning with Visual C++. 2002-04-30 12:45:14 +00:00
mbregex.h
mbstring.c Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto. 2002-05-08 12:33:44 +00:00
mbstring.dsp Adding missing files to the project 2002-05-02 17:53:42 +00:00
mbstring.h Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto. 2002-05-08 12:33:44 +00:00
php_mbregex.c Improve use of module_globals macros 2002-04-26 10:13:45 +00:00
README_PHP3-i18n-ja
unicode_table.h bug fixed in unicode -> cp1252 table. 2002-05-05 11:42:18 +00:00
unicode_table_cn.h added missing areas on Unicode->CP936 conversion table. added an alias CP932 on sjis-win. 2002-05-05 02:22:36 +00:00
unicode_table_ja.h
unicode_table_kr.h added simplified chinese, traditional chinese, korean support to mbstring. Note that this feature is experimental. 2002-04-30 12:00:42 +00:00
unicode_table_tw.h added simplified chinese, traditional chinese, korean support to mbstring. Note that this feature is experimental. 2002-04-30 12:00:42 +00:00