summaryrefslogtreecommitdiff
path: root/test/case.c
Commit message (Collapse)AuthorAgeFilesLines
* update data and algorithms for Unicode 11 (#140)Steven G. Johnson2018-07-241-1/+3
|
* uppercase mapping ß (U+00df) to ẞ (U+1E9E) (#134)Steven G. Johnson2018-05-021-1/+22
| | | | | | | | * uppercase(0x00df) = 0x1e9e * tests for titlecase and u+00df uppercase * NEWS, another test
* add toupper/tolower functions (for JuliaLang/julia#11471)Steven G. Johnson2015-05-291-0/+50