aboutsummaryrefslogtreecommitdiff
path: root/lib/unicode/string/u8lower.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+21
* Go all in on string views, and fix manualsThomas Voss 2024-05-041-8/+8
* Add tests for u8lower() and fix ‘ς’ bugThomas Voss 2024-05-041-2/+4
* Only compute before_dot or more_above for AZ/TR/LTThomas Voss 2024-04-261-17/+19
* Fully comply with Unicode 15.1 § 3.13 in u8lower()Thomas Voss 2024-04-261-13/+55
* Properly lowercase ‘Σ’ to ‘ς’ when at end of wordThomas Voss 2024-04-221-2/+5
* Add u8lower()Thomas Voss 2024-04-151-0/+46