You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rui Hirokawa f30b722f14 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. 24 years ago
..
tests Fixed test title (strlen -> mb_strlen) 24 years ago
CREDITS changed mbstring to make thread safe. 24 years ago
README_PHP3-i18n-ja renamed jstring to mbstring. 25 years ago
config.m4 Turn misplaced PHP_ARG_WITH into _ENABLE 24 years ago
cp932_table.h Making mbstring compile under WIn32 24 years ago
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. 24 years ago
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. 24 years ago
mbfilter_cn.c added missing areas on Unicode->CP936 conversion table. added an alias CP932 on sjis-win. 24 years ago
mbfilter_cn.h added simplified chinese, traditional chinese, korean support to mbstring. Note that this feature is experimental. 24 years ago
mbfilter_ja.c added simplified chinese, traditional chinese, korean support to mbstring. Note that this feature is experimental. 24 years ago
mbfilter_ja.h changed mbstring to make thread safe. 24 years ago
mbfilter_kr.c Fix ZTS build. Remove unused variables. 24 years ago
mbfilter_kr.h added simplified chinese, traditional chinese, korean support to mbstring. Note that this feature is experimental. 24 years ago
mbfilter_tw.c Changed & to &&. 24 years ago
mbfilter_tw.h added simplified chinese, traditional chinese, korean support to mbstring. Note that this feature is experimental. 24 years ago
mbregex.c fixed compile warning with Visual C++. 24 years ago
mbregex.h @Added multi-byte enabled regex functions. (Rui) 24 years ago
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. 24 years ago
mbstring.dsp Adding missing files to the project 24 years ago
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. 24 years ago
php_mbregex.c Improve use of module_globals macros 24 years ago
unicode_table.h bug fixed in unicode -> cp1252 table. 24 years ago
unicode_table_cn.h added missing areas on Unicode->CP936 conversion table. added an alias CP932 on sjis-win. 24 years ago
unicode_table_ja.h Making mbstring compile under WIn32 24 years ago
unicode_table_kr.h added simplified chinese, traditional chinese, korean support to mbstring. Note that this feature is experimental. 24 years ago
unicode_table_tw.h added simplified chinese, traditional chinese, korean support to mbstring. Note that this feature is experimental. 24 years ago