summaryrefslogtreecommitdiff
path: root/ext/mbstring/unicode_data.h
Commit message (Expand)AuthorAgeFilesLines
* Update data tables for Unicode 11Nikita Popov2018-06-111-2996/+3197
* Trailing whitespaces on ext/*Gabriel Caruso2018-01-041-1/+1
* Fixed bug #65544 and #71298Nikita Popov2017-07-281-3/+261
* Implement full case mappingNikita Popov2017-07-281-1395/+1704
* Use case-folding for case insensitive comparisonsNikita Popov2017-07-281-0/+700
* Use MPH for case mapsNikita Popov2017-07-281-2644/+1396
* Don't store titlecase if same as uppercaseNikita Popov2017-07-281-1315/+2
* Drop implementation-specific character propertiesNikita Popov2017-07-281-464/+24
* Handle character ranges in ucgendat genericallyNikita Popov2017-07-251-821/+814
* Fix handling of some special ranges in ucgendatNikita Popov2017-07-251-1331/+1440
* Change layout of case mapping tableNikita Popov2017-07-231-2623/+3952
* Update Unicode data for Unicode 10Nikita Popov2017-07-231-1658/+1903
* Update ucgendat for more bidi propertiesNikita Popov2017-07-231-1/+1
* Fixed bug #69267 completelyNikita Popov2017-07-231-29/+29
* Partial fix for bug #69267Nikita Popov2017-07-231-1/+1
* Upgrade unicode_data.h to UnicodeData.txt 8.0.0 (part of bug #70475 ext/mbst...Xinchen Hui2015-09-151-1352/+2026
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* - Fixed bug #52981 (Unicode casing table was out-of-date).Gustavo André dos Santos Lopes2010-10-051-2735/+4269
* (PHP mb_convert_case) Add function that will convert the case of a stringWez Furlong2002-09-261-0/+2738