summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_unicode.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Fixed bug #46626 (mb_convert_case does not handle apostrophe correctly)Ilia Alshanetsky2008-11-241-1/+1
|
* - MFH: Fixed warnings.Moriyoshi Koizumi2008-07-241-2/+2
|
* fixed #43998 Two error messages returned for incorrect encoding for ↵Rui Hirokawa2008-02-161-0/+5
| | | | mb_strto[upper|lower]
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: fixed bug #29955 invalid case conversion in iso-8859-9.Rui Hirokawa2007-09-041-4/+2
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* MFH: fixed #29955 mb_strtoupper() / lower() broken with Turkish encoding..Rui Hirokawa2005-12-231-8/+39
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Reverted the changes because the problem was elsewhere.Moriyoshi Koizumi2002-12-021-1/+0
|
* Fixing build on WIn32Frank M. Kromann2002-12-021-0/+1
| | | | | MBREGEX is disabled for now. 5 mbre_* functions are undefined on WIn32
* MFB (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).