php-src/ext/mbstring
2002-06-22 08:01:57 +00:00
..
tests Fixed test title (strlen -> mb_strlen) 2002-04-19 07:51:00 +00:00
config.m4 Changed the configure option to be --enable/disable 2002-06-06 12:44:28 +00:00
cp932_table.h Making mbstring compile under WIn32 2002-03-07 17:28:50 +00:00
CREDITS changed mbstring to make thread safe. 2002-04-10 12:47:41 +00:00
mbfilter_cn.c added ISO-2022-KR support in mbstring. 2002-05-15 12:13:56 +00:00
mbfilter_cn.h added chinese HZ encoding support. fixed ascii area character conversion was not work in euc-cn and euc-kr. 2002-05-12 13:06:13 +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 changed mbstring to make thread safe. 2002-04-10 12:47:41 +00:00
mbfilter_kr.c added ISO-2022-KR support in mbstring. 2002-05-15 12:13:56 +00:00
mbfilter_kr.h added ISO-2022-KR support in mbstring. 2002-05-15 12:13:56 +00:00
mbfilter_ru.c Fixes some dummy errors (again). 2002-05-30 10:10:16 +00:00
mbfilter_ru.h reverted patch to support iso2022kr. 2002-05-24 22:28:42 +00:00
mbfilter_tw.c fixed a initialization bug in euc-tw. 2002-05-14 21:42:46 +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
mbfilter.c small fix in preprocessor directive 2002-06-22 08:01:57 +00:00
mbfilter.h Added russian codepages (koi8-r,cp1251,cp866) support. 2002-05-21 07:00:34 +00:00
mbregex.c fixed compile warning with Visual C++. 2002-04-30 12:45:14 +00:00
mbregex.h Proper declaration to suppress compiler warning. 2002-05-16 12:07:11 +00:00
mbstring.c correct handling/generating of php_mbstr_default_identify_list 2002-06-19 21:55:42 +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 renamed jstring to mbstring. 2001-05-01 01:52:55 +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 Making mbstring compile under WIn32 2002-03-07 17:28:50 +00:00
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_ru.h Added russian codepages (koi8-r,cp1251,cp866) support. 2002-05-21 07:00:34 +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
unicode_table.h bug fixed in unicode -> cp1252 table. 2002-05-05 11:42:18 +00:00