Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ASSUME()s | Thomas Voss | 2024-05-09 | 1 | -0/+4 |
| | |||||
* | Make the rest of the casemapping functions take custom allocators | Thomas Voss | 2024-05-09 | 1 | -11/+20 |
| | |||||
* | Go all in on string views, and fix manuals | Thomas Voss | 2024-05-04 | 1 | -11/+11 |
| | |||||
* | Add tests for u8title() and fix ‘ς’ bug | Thomas Voss | 2024-05-04 | 1 | -1/+1 |
| | |||||
* | Add Dutch titlecase tailoring (ijssel → IJssel) | Thomas Voss | 2024-04-27 | 1 | -7/+15 |
| | |||||
* | Fully comply with Unicode 15.1 § 3.13 in u8title() | Thomas Voss | 2024-04-26 | 1 | -53/+90 |
| | |||||
* | Fully comply with Unicode 15.1 § 3.13 in u8lower() | Thomas Voss | 2024-04-26 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -11/+27 |
| | |||||
* | Add u8title() | Thomas Voss | 2024-04-23 | 1 | -0/+58 |