Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fully comply with Unicode 15.1 § 3.13 in u8lower() | Thomas Voss | 2024-04-26 | 2 | -15/+57 |
* | Support titlecasing Dutch ‘IJ’ properly | Thomas Voss | 2024-04-24 | 1 | -3/+11 |
* | Properly upper- and titlecase ‘i’ and ‘j’ in Lithuanian | Thomas Voss | 2024-04-24 | 2 | -12/+35 |
* | Add u8title() | Thomas Voss | 2024-04-23 | 1 | -0/+58 |
* | Properly lowercase ‘Σ’ to ‘ς’ when at end of word | Thomas Voss | 2024-04-22 | 1 | -2/+5 |
* | Add u8wcnt_human() and u8wnext_human() | Thomas Voss | 2024-04-22 | 2 | -0/+37 |
* | Fix various bugs in word segmentation | Thomas Voss | 2024-04-22 | 1 | -126/+214 |
* | Support word-segmentation | Thomas Voss | 2024-04-21 | 2 | -0/+171 |
* | Rename u8glen() to u8gcnt() | Thomas Voss | 2024-04-21 | 1 | -1/+1 |
* | Change private symbol prefix from ‘__’ to ‘_’ | Thomas Voss | 2024-04-16 | 1 | -3/+3 |
* | Implement casefolding | Thomas Voss | 2024-04-15 | 1 | -0/+24 |
* | Add u8lower() | Thomas Voss | 2024-04-15 | 1 | -0/+46 |
* | Reorganize some things | Thomas Voss | 2024-04-14 | 1 | -8/+3 |
* | Change UF_* for CF_* | Thomas Voss | 2024-04-14 | 1 | -3/+3 |
* | Mark dst as restrict | Thomas Voss | 2024-04-14 | 1 | -2/+2 |
* | Add u8upper() | Thomas Voss | 2024-04-13 | 1 | -0/+36 |
* | Move unicode/gbrk.h to unicode/string.h | Thomas Voss | 2024-04-09 | 2 | -0/+157 |