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.
 
 
 
 
 
 
Moriyoshi Koizumi e9111e0f9b Fixed an issue that zend-multibyte's behaviour doesn't reflect the change 23 years ago
..
tests Fixed test cases so they wouldn't be failed in case register_globals=on 23 years ago
CREDITS mbstring is supporting CJK + some other encodings. 24 years ago
README Add warning... It seems posting message to php-dev/php-cvs does not work! 24 years ago
README_PHP3-i18n-ja renamed jstring to mbstring. 25 years ago
config.m4 @- Enabled mbregex by default when mbstring is also enabled (Moriyoshi) 24 years ago
cp932_table.h Making mbstring compile under WIn32 24 years ago
html_entities.c Bump year. 23 years ago
mb_gpc.c An input filter might not simply strip stuff, it might also turn things 23 years ago
mb_gpc.h Fix mbstring input_filter 23 years ago
mbfilter.c Added missing sanity check, which was causing segfault. 23 years ago
mbfilter.h Added neutral language spec for backwards compatibility 24 years ago
mbfilter_cn.c added ISO-2022-KR support in mbstring. 24 years ago
mbfilter_cn.h added chinese HZ encoding support. fixed ascii area character conversion was not work in euc-cn and euc-kr. 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 fixed lack of variable initialization bug. 24 years ago
mbfilter_kr.h added ISO-2022-KR support in mbstring. 24 years ago
mbfilter_ru.c Fixes some dummy errors (again). 24 years ago
mbfilter_ru.h reverted patch to support iso2022kr. 24 years ago
mbfilter_tw.c fixed a initialization bug in euc-tw. 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 a memory leak. 24 years ago
mbregex.h Proper declaration to suppress compiler warning. 24 years ago
mbstring.c Fixed an issue that zend-multibyte's behaviour doesn't reflect the change 23 years ago
mbstring.dsp Adding mb_gpc files to project 24 years ago
mbstring.h Fixed bug #22834 (compile failure due to ugly implicit casts) 23 years ago
php_mbregex.c emalloc -> safe_emalloc 23 years ago
php_mbregex.h Bump year. 23 years ago
php_unicode.c Bump year. 23 years ago
php_unicode.h Bump year. 23 years ago
unicode_data.h (PHP mb_convert_case) Add function that will convert the case of a string 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 simplified korean encoding conversion table. 24 years ago
unicode_table_ru.h NO C++ comments 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

README

!!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.