summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_unicode.c
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Made mbstring compile on windows again.Edin Kadribasic2002-11-131-5/+5
|
* Fixed mb_convert_case() / mb_strtolower() / mb_strtoupper() to work inMoriyoshi Koizumi2002-11-111-17/+31
| | | | | 64bit systems
* Modified mb_convert_case() to handle cased characters properly when ↵Moriyoshi Koizumi2002-10-231-3/+18
| | | | MB_CASE_TITLE is specified.
* Fix warningsZeev Suraski2002-10-011-1/+1
|
* (PHP mb_convert_case) Add function that will convert the case of a stringWez Furlong2002-09-261-0/+284
Respecting it's encoding (or the internal encoding).