Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixing build on WIn32 | Frank M. Kromann | 2002-12-02 | 1 | -0/+1 | |
| | | | | | MBREGEX is disabled for now. 5 mbre_* functions are undefined on WIn32 | |||||
* | MFB (made mbstring compile on windows again). | Edin Kadribasic | 2002-11-13 | 1 | -5/+5 | |
| | ||||||
* | Fixed mb_convert_case() / mb_strtolower() / mb_strtoupper() to work in | Moriyoshi Koizumi | 2002-11-11 | 1 | -17/+31 | |
| | | | | | 64bit systems | |||||
* | Modified mb_convert_case() to handle cased characters properly when ↵ | Moriyoshi Koizumi | 2002-10-23 | 1 | -3/+18 | |
| | | | | MB_CASE_TITLE is specified. | |||||
* | Fix warnings | Zeev Suraski | 2002-10-01 | 1 | -1/+1 | |
| | ||||||
* | (PHP mb_convert_case) Add function that will convert the case of a string | Wez Furlong | 2002-09-26 | 1 | -0/+284 | |
Respecting it's encoding (or the internal encoding). |