aboutsummaryrefslogtreecommitdiff
path: root/lib/unicode/string/u8lower.c
Commit message (Expand)AuthorAgeFilesLines
* 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