Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for Unicode 16 | Thomas Voss | 2024-10-03 | 4 | -288/+1092 |
| | |||||
* | Huge library overhaul | Thomas Voss | 2024-10-03 | 5 | -60/+137 |
| | |||||
* | Shorten the string view type names | Thomas Voss | 2024-09-15 | 4 | -23/+23 |
| | |||||
* | Rename normtype/NT to normform/NF | Thomas Voss | 2024-05-20 | 5 | -8/+8 |
| | |||||
* | Support the 4 forms of Unicode string normalization | Thomas Voss | 2024-05-20 | 5 | -9/+19 |
| | |||||
* | Add ucsnorm_nfkd() | Thomas Voss | 2024-05-15 | 4 | -99/+112 |
| | |||||
* | Add encoding-generic macros | Thomas Voss | 2024-05-14 | 4 | -26/+26 |
| | |||||
* | Test more cases | Thomas Voss | 2024-05-14 | 1 | -2/+2 |
| | |||||
* | Implement NFD string normalization | Thomas Voss | 2024-05-14 | 3 | -8/+19237 |
| | |||||
* | Properly deallocate memory | Thomas Voss | 2024-05-14 | 1 | -3/+7 |
| | |||||
* | Fix test suite | Thomas Voss | 2024-05-14 | 3 | -9/+12 |
| | |||||
* | Fix bug where pointer to local was returned | Thomas Voss | 2024-05-09 | 1 | -0/+1 |
| | |||||
* | Try to do better error handling with custom allocators | Thomas Voss | 2024-05-09 | 1 | -6/+3 |
| | |||||
* | Make the rest of the casemapping functions take custom allocators | Thomas Voss | 2024-05-09 | 2 | -16/+11 |
| | |||||
* | Don’t take a pointer argument in da_foreach | Thomas Voss | 2024-05-04 | 1 | -2/+2 |
| | |||||
* | Add tests for u8wnext_human() | Thomas Voss | 2024-05-04 | 3 | -6/+96 |
| | |||||
* | Add extra titlecasing testcase | Thomas Voss | 2024-05-04 | 1 | -0/+1 |
| | |||||
* | Fix typo | Thomas Voss | 2024-05-04 | 1 | -1/+1 |
| | |||||
* | Add tests for u8casefold() | Thomas Voss | 2024-05-04 | 3 | -0/+59 |
| | |||||
* | Minor cleanup | Thomas Voss | 2024-05-04 | 4 | -16/+23 |
| | |||||
* | Slightly improve tests | Thomas Voss | 2024-05-04 | 7 | -21/+24 |
| | |||||
* | Replace u8split() with u8cut() | Thomas Voss | 2024-05-04 | 2 | -25/+9 |
| | |||||
* | Fix tests and generalize *brk tests | Thomas Voss | 2024-05-04 | 5 | -258/+147 |
| | |||||
* | Use a ternary | Thomas Voss | 2024-05-04 | 1 | -10/+5 |
| | |||||
* | Generalize case-mapping tests | Thomas Voss | 2024-05-04 | 4 | -273/+104 |
| | |||||
* | Add tests for u8title() and fix ‘ς’ bug | Thomas Voss | 2024-05-04 | 3 | -0/+142 |
| | |||||
* | Add extra testcases | Thomas Voss | 2024-05-04 | 2 | -0/+8 |
| | |||||
* | Remove useless branch | Thomas Voss | 2024-05-04 | 1 | -3/+1 |
| | |||||
* | Inline gen-test-data | Thomas Voss | 2024-05-04 | 2 | -32/+23 |
| | |||||
* | Add tests for u8lower() and fix ‘ς’ bug | Thomas Voss | 2024-05-04 | 3 | -0/+127 |
| | |||||
* | Add additional testcase | Thomas Voss | 2024-05-04 | 1 | -0/+3 |
| | |||||
* | Make test more stringent | Thomas Voss | 2024-05-04 | 1 | -5/+12 |
| | |||||
* | Minor improvements | Thomas Voss | 2024-05-04 | 2 | -20/+16 |
| | |||||
* | Add tests for u8upper() | Thomas Voss | 2024-05-04 | 3 | -0/+108 |
| | |||||
* | Add tests for grapheme breaking | Thomas Voss | 2024-05-03 | 5 | -4/+3201 |
| | |||||
* | Rename test | Thomas Voss | 2024-04-22 | 1 | -0/+0 |
| | |||||
* | Add a test for word breaking | Thomas Voss | 2024-04-22 | 3 | -0/+166 |