aboutsummaryrefslogtreecommitdiff
path: root/lib/unicode/string/u8title.c
Commit message (Collapse)AuthorAgeFilesLines
* Go all in on string views, and fix manualsThomas Voss 2024-05-041-11/+11
|
* Add tests for u8title() and fix ‘ς’ bugThomas Voss 2024-05-041-1/+1
|
* Add Dutch titlecase tailoring (ijssel → IJssel)Thomas Voss 2024-04-271-7/+15
|
* Fully comply with Unicode 15.1 § 3.13 in u8title()Thomas Voss 2024-04-261-53/+90
|
* Fully comply with Unicode 15.1 § 3.13 in u8lower()Thomas Voss 2024-04-261-2/+2
|
* Support titlecasing Dutch ‘IJ’ properlyThomas Voss 2024-04-241-3/+11
|
* Properly upper- and titlecase ‘i’ and ‘j’ in LithuanianThomas Voss 2024-04-241-11/+27
|
* Add u8title()Thomas Voss 2024-04-231-0/+58