Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplified and a bug fixed in korean encoding conversion table. | Rui Hirokawa | 2002-11-25 | 2 | -1081/+1118 |
| | |||||
* | Added a further test on mb_parse_str() | Moriyoshi Koizumi | 2002-11-24 | 1 | -0/+104 |
| | |||||
* | Fixed mb_parse_str() bug pointed out by Yasuo. | Moriyoshi Koizumi | 2002-11-24 | 1 | -2/+5 |
| | |||||
* | fixed some bugs in korean encoding conversion. | Rui Hirokawa | 2002-11-22 | 1 | -2/+4 |
| | |||||
* | MFH (added missing mb_internal_encoding()) | Moriyoshi Koizumi | 2002-11-21 | 3 | -0/+3 |
| | |||||
* | MFH (removed unnecessary \n) | Moriyoshi Koizumi | 2002-11-21 | 1 | -2/+1 |
| | |||||
* | mbstring is supporting CJK + some other encodings. | Rui Hirokawa | 2002-11-21 | 2 | -2/+2 |
| | |||||
* | fixed incorrect encoding conversion in korean. | Rui Hirokawa | 2002-11-21 | 2 | -723/+887 |
| | |||||
* | Fixed yet another mb_parse_str() bug | Moriyoshi Koizumi | 2002-11-21 | 1 | -2/+2 |
| | | | | | # This is reported by Ilia. Thanks! | ||||
* | MFH | Moriyoshi Koizumi | 2002-11-19 | 1 | -0/+1 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2002-11-19 | 1 | -0/+79 |
| | |||||
* | MFH | Moriyoshi Koizumi | 2002-11-15 | 1 | -38/+0 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2002-11-15 | 2 | -0/+61 |
| | |||||
* | MFH | Moriyoshi Koizumi | 2002-11-15 | 23 | -24/+24 |
| | |||||
* | MFH | Moriyoshi Koizumi | 2002-11-15 | 2 | -1/+3 |
| | |||||
* | MFH | Moriyoshi Koizumi | 2002-11-15 | 17 | -4/+37 |
| | |||||
* | MFH | Moriyoshi Koizumi | 2002-11-15 | 17 | -1/+17 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2002-11-14 | 1 | -0/+22 |
| | |||||
* | MFH | Moriyoshi Koizumi | 2002-11-14 | 1 | -4/+13 |
| | |||||
* | MFH (skip conditions for tests) | Ilia Alshanetsky | 2002-11-14 | 3 | -1/+12 |
| | |||||
* | MFH (fixes unix build of mbstring) | Edin Kadribasic | 2002-11-14 | 1 | -8/+8 |
| | |||||
* | Made mbstring compile on windows again. | Edin Kadribasic | 2002-11-13 | 7 | -52/+62 |
| | |||||
* | Added a test for mb_send_mail() to check if the function properly handles | Moriyoshi Koizumi | 2002-11-13 | 1 | -0/+38 |
| | | | | | Traditional Chinese characters. | ||||
* | Corrected Traditional Chinese language spec and the preferred MIME name | Moriyoshi Koizumi | 2002-11-13 | 1 | -4/+4 |
| | | | | | of which the encoding is used in that locale. | ||||
* | Added a test for mb_send_mail() to check if the simplified Chinese support | Moriyoshi Koizumi | 2002-11-13 | 1 | -0/+39 |
| | | | | | works | ||||
* | Updated the test | Moriyoshi Koizumi | 2002-11-13 | 1 | -0/+1 |
| | |||||
* | Prevented unwanted encoding detections in mb_send_mail() | Moriyoshi Koizumi | 2002-11-13 | 1 | -6/+9 |
| | | | | | # This patch shouldn't break BC | ||||
* | Fixed mb_encode_mimeheader() to work with languages other than Japanese and | Moriyoshi Koizumi | 2002-11-13 | 1 | -11/+4 |
| | | | | | English | ||||
* | Fixed a buffer over-run bug in case a function to be overloaded doesn't exist. | Moriyoshi Koizumi | 2002-11-13 | 1 | -15/+7 |
| | | | | | # This patch was made by Ilia. | ||||
* | Disable mbstring by default. | Andrei Zmievski | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | Cosmetics | Moriyoshi Koizumi | 2002-11-12 | 1 | -7/+19 |
| | |||||
* | Fixed a function overloading related bug. | Moriyoshi Koizumi | 2002-11-12 | 1 | -4/+5 |
| | | | | | # Yet I suspect the problem is in another place... | ||||
* | Fixed language name | Moriyoshi Koizumi | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | Added test cases for mb_send_mail() | Moriyoshi Koizumi | 2002-11-12 | 4 | -0/+148 |
| | |||||
* | Forgot to change this one. | Moriyoshi Koizumi | 2002-11-12 | 1 | -0/+1 |
| | |||||
* | Added neutral language spec for backwards compatibility | Moriyoshi Koizumi | 2002-11-12 | 3 | -2/+13 |
| | |||||
* | Fixed a memory leak. | Ilia Alshanetsky | 2002-11-12 | 1 | -0/+3 |
| | |||||
* | fix warnings | Marcus Boerger | 2002-11-12 | 1 | -2/+2 |
| | |||||
* | Fixed mb_convert_case() / mb_strtolower() / mb_strtoupper() to work in | Moriyoshi Koizumi | 2002-11-11 | 1 | -17/+31 |
| | | | | | 64bit systems | ||||
* | Fixed mb_send_mail() so that it correctly handles the language setting. | Moriyoshi Koizumi | 2002-11-10 | 1 | -10/+6 |
| | |||||
* | Fixed German language spec entry. | Moriyoshi Koizumi | 2002-11-10 | 1 | -1/+1 |
| | |||||
* | Fixed OnUpdate_mbstring_language so that change for mbstring.language | Moriyoshi Koizumi | 2002-11-10 | 1 | -12/+5 |
| | | | | | would be reflected to the setting properly | ||||
* | Changed the default settings so that it shouldn't affect htmlentities() | Moriyoshi Koizumi | 2002-11-10 | 1 | -8/+8 |
| | |||||
* | These changes seems to have bad effect on htmlentities(). | Moriyoshi Koizumi | 2002-11-10 | 1 | -3/+1 |
| | | | | | Remove it. | ||||
* | Added a test case to check if my recent patch works | Moriyoshi Koizumi | 2002-11-10 | 1 | -0/+15 |
| | |||||
* | Fixed typo | Moriyoshi Koizumi | 2002-11-09 | 1 | -2/+2 |
| | |||||
* | Added a test for mb_substr_count() | Moriyoshi Koizumi | 2002-11-09 | 1 | -0/+44 |
| | |||||
* | Added mb_substr_count() as per the request #15097 | Moriyoshi Koizumi | 2002-11-09 | 4 | -3/+153 |
| | |||||
* | Fixed PHP_INI_MH(OnUpdate_mbstring_language) so that ini entry values | Moriyoshi Koizumi | 2002-11-09 | 1 | -14/+16 |
| | | | | | are properly updated. | ||||
* | Added a test for function overloading behaviour | Moriyoshi Koizumi | 2002-11-08 | 1 | -0/+33 |
| |