php-src/ext/mbstring
2002-11-13 17:16:33 +00:00
..
tests Added a skip condition for when mail() function is not avaliable. 2002-11-13 17:16:33 +00:00
config.m4 Disable mbstring by default. 2002-11-13 04:36:04 +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
html_entities.c -New encoding/decoding HTML-ENTITIES. 2002-08-04 14:20:11 +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 Corrected Traditional Chinese language spec and the preferred MIME name 2002-11-13 11:57:59 +00:00
mbfilter.h Added neutral language spec for backwards compatibility 2002-11-12 19:24:45 +00:00
mbregex.c Fixed a memory leak. 2002-11-12 17:41:26 +00:00
mbregex.h Proper declaration to suppress compiler warning. 2002-05-16 12:07:11 +00:00
mbstring.c Prevented unwanted encoding detections in mb_send_mail() 2002-11-13 08:26:04 +00:00
mbstring.dsp Sync MSVC project files. 2002-09-26 06:10:22 +00:00
mbstring.h Added mb_substr_count() as per the request #15097 2002-11-09 17:05:47 +00:00
php_mbregex.c Reduced compiler warnings 2002-11-02 13:38:32 +00:00
php_mbregex.h Fix ZTS build. 2002-10-08 05:08:39 +00:00
php_unicode.c Fixed mb_convert_case() / mb_strtolower() / mb_strtoupper() to work in 2002-11-11 02:39:32 +00:00
php_unicode.h (PHP mb_convert_case) Add function that will convert the case of a string 2002-09-26 00:53:47 +00:00
README Add warning... It seems posting message to php-dev/php-cvs does not work! 2002-08-14 06:28:16 +00:00
README_PHP3-i18n-ja renamed jstring to mbstring. 2001-05-01 01:52:55 +00:00
unicode_data.h (PHP mb_convert_case) Add function that will convert the case of a string 2002-09-26 00:53:47 +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 NO C++ comments 2002-08-20 10:00:28 +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

!!Caution: DO NOT ADD/CHANGE MBSTRING CODE!!

New mbstring is under development, anyone who would like
add new feature/change behavior should access to development
source.

http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/php-i18n/

All changes made after 2002/5/19 are subject to be
removed.

You are warned in php-dev and php-cvs lists many times
already. If you are curious, search archive for details.

Thank you.