aboutsummaryrefslogtreecommitdiff
path: root/lib/unicode/string/u8title.c
Commit message (Expand)AuthorAgeFilesLines
* Huge library overhaulThomas Voss 2024-10-031-5/+4
* Shorten the string view type namesThomas Voss 2024-09-151-4/+4
* FormattingThomas Voss 2024-06-041-4/+4
* Accept an element size argument to allocatorsThomas Voss 2024-05-101-2/+2
* Try to do better error handling with custom allocatorsThomas Voss 2024-05-091-2/+0
* Add ASSUME()sThomas Voss 2024-05-091-0/+4
* Make the rest of the casemapping functions take custom allocatorsThomas Voss 2024-05-091-11/+20
* 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