aboutsummaryrefslogtreecommitdiff
path: root/lib/unicode/string
Commit message (Expand)AuthorAgeFilesLines
* Use a 2-stage lookup for u8wnext() and u8wcnt()Thomas Voss 2024-05-071-10/+7
* Use a 2-stage lookups for u8gnext() and u8gcnt()Thomas Voss 2024-05-071-24/+28
* Go all in on string views, and fix manualsThomas Voss 2024-05-0410-57/+53
* Add tests for u8title() and fix ‘ς’ bugThomas Voss 2024-05-041-1/+1
* Add tests for u8lower() and fix ‘ς’ bugThomas Voss 2024-05-041-2/+4
* 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
* 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-262-15/+57
* Support titlecasing Dutch ‘IJ’ properlyThomas Voss 2024-04-241-3/+11
* Properly upper- and titlecase ‘i’ and ‘j’ in LithuanianThomas Voss 2024-04-242-12/+35
* Add u8title()Thomas Voss 2024-04-231-0/+58
* Properly lowercase ‘Σ’ to ‘ς’ when at end of wordThomas Voss 2024-04-221-2/+5
* Add u8wcnt_human() and u8wnext_human()Thomas Voss 2024-04-222-0/+37
* Fix various bugs in word segmentationThomas Voss 2024-04-221-126/+214
* Support word-segmentationThomas Voss 2024-04-212-0/+171
* Rename u8glen() to u8gcnt()Thomas Voss 2024-04-211-1/+1
* Change private symbol prefix from ‘__’ to ‘_’Thomas Voss 2024-04-161-3/+3
* Implement casefoldingThomas Voss 2024-04-151-0/+24
* Add u8lower()Thomas Voss 2024-04-151-0/+46
* Reorganize some thingsThomas Voss 2024-04-141-8/+3
* Change UF_* for CF_*Thomas Voss 2024-04-141-3/+3
* Mark dst as restrictThomas Voss 2024-04-141-2/+2
* Add u8upper()Thomas Voss 2024-04-131-0/+36
* Move unicode/gbrk.h to unicode/string.hThomas Voss 2024-04-092-0/+157