aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Rename normtype/NT to normform/NFThomas Voss 2024-05-205-8/+8
|
* Support the 4 forms of Unicode string normalizationThomas Voss 2024-05-205-9/+19
|
* Add ucsnorm_nfkd()Thomas Voss 2024-05-154-99/+112
|
* Add encoding-generic macrosThomas Voss 2024-05-144-26/+26
|
* Test more casesThomas Voss 2024-05-141-2/+2
|
* Implement NFD string normalizationThomas Voss 2024-05-143-8/+19237
|
* Properly deallocate memoryThomas Voss 2024-05-141-3/+7
|
* Fix test suiteThomas Voss 2024-05-143-9/+12
|
* Fix bug where pointer to local was returnedThomas Voss 2024-05-091-0/+1
|
* Try to do better error handling with custom allocatorsThomas Voss 2024-05-091-6/+3
|
* Make the rest of the casemapping functions take custom allocatorsThomas Voss 2024-05-092-16/+11
|
* Don’t take a pointer argument in da_foreachThomas Voss 2024-05-041-2/+2
|
* Add tests for u8wnext_human()Thomas Voss 2024-05-043-6/+96
|
* Add extra titlecasing testcaseThomas Voss 2024-05-041-0/+1
|
* Fix typoThomas Voss 2024-05-041-1/+1
|
* Add tests for u8casefold()Thomas Voss 2024-05-043-0/+59
|
* Minor cleanupThomas Voss 2024-05-044-16/+23
|
* Slightly improve testsThomas Voss 2024-05-047-21/+24
|
* Replace u8split() with u8cut()Thomas Voss 2024-05-042-25/+9
|
* Fix tests and generalize *brk testsThomas Voss 2024-05-045-258/+147
|
* Use a ternaryThomas Voss 2024-05-041-10/+5
|
* Generalize case-mapping testsThomas Voss 2024-05-044-273/+104
|
* Add tests for u8title() and fix ‘ς’ bugThomas Voss 2024-05-043-0/+142
|
* Add extra testcasesThomas Voss 2024-05-042-0/+8
|
* Remove useless branchThomas Voss 2024-05-041-3/+1
|
* Inline gen-test-dataThomas Voss 2024-05-042-32/+23
|
* Add tests for u8lower() and fix ‘ς’ bugThomas Voss 2024-05-043-0/+127
|
* Add additional testcaseThomas Voss 2024-05-041-0/+3
|
* Make test more stringentThomas Voss 2024-05-041-5/+12
|
* Minor improvementsThomas Voss 2024-05-042-20/+16
|
* Add tests for u8upper()Thomas Voss 2024-05-043-0/+108
|
* Add tests for grapheme breakingThomas Voss 2024-05-035-4/+3201
|
* Rename testThomas Voss 2024-04-221-0/+0
|
* Add a test for word breakingThomas Voss 2024-04-223-0/+166