aboutsummaryrefslogtreecommitdiff
path: root/include/unicode/string.h
Commit message (Collapse)AuthorAgeFilesLines
* Add ucsnorm_nfkd()Thomas Voss 2024-05-151-3/+3
|
* Add encoding-generic macrosThomas Voss 2024-05-141-4/+27
|
* Implement NFD string normalizationThomas Voss 2024-05-141-0/+2
|
* Make the rest of the casemapping functions take custom allocatorsThomas Voss 2024-05-091-12/+9
|
* Add custom allocator support to u8upper()Thomas Voss 2024-05-091-8/+9
|
* Sort functionsThomas Voss 2024-05-041-2/+2
|
* Go all in on string views, and fix manualsThomas Voss 2024-05-041-16/+16
|
* Reorder functionsThomas Voss 2024-04-281-2/+2
|
* Add CF_SS as an alias for CF_ẞThomas Voss 2024-04-271-1/+2
|
* Support titlecasing Dutch ‘IJ’ properlyThomas Voss 2024-04-241-1/+2
|
* Add u8title()Thomas Voss 2024-04-231-5/+9
|
* Add u8wcnt_human() and u8wnext_human()Thomas Voss 2024-04-221-0/+2
|
* Support word-segmentationThomas Voss 2024-04-211-0/+3
|
* Rename u8glen() to u8gcnt()Thomas Voss 2024-04-211-1/+1
|
* Add the U8*_SCALE constantsThomas Voss 2024-04-181-0/+5
|
* Change private symbol prefix from ‘__’ to ‘_’Thomas Voss 2024-04-161-2/+2
|
* Don’t dunder attributesThomas Voss 2024-04-161-10/+10
|
* Fix comment typoThomas Voss 2024-04-161-2/+2
|
* Add _attrs.h for function attributesThomas Voss 2024-04-161-7/+9
|
* Implement casefoldingThomas Voss 2024-04-151-0/+6
|
* Add u8lower()Thomas Voss 2024-04-151-0/+2
|
* Change UF_* for CF_*Thomas Voss 2024-04-141-4/+4
|
* upper_flags to caseflags, and mark dst as restrictThomas Voss 2024-04-141-6/+7
|
* Add u8upper()Thomas Voss 2024-04-131-0/+9
|
* Move unicode/gbrk.h to unicode/string.hThomas Voss 2024-04-091-0/+12