aboutsummaryrefslogtreecommitdiffstats
path: root/src/string_utils.h
AgeCommit message (Collapse)AuthorFilesLines
2020-10-27Avoid use of ctype.h macros entirelyDavid Robillard1-2/+14
Some of these cause warnings, and should never have been used in the first place since they depend on locale.
2020-10-27Add support for basic literal normalisationDavid Robillard1-1/+1
2020-10-27Fix various warnings and conversion issuesDavid Robillard1-4/+4
2020-10-27Use char* for strings in public APIDavid Robillard1-3/+3
The constant casting just makes user code a mess, for no benefit.
2020-10-27Remove useless character countingDavid Robillard1-4/+1
2020-08-14Clean up and separate internal headersDavid Robillard1-0/+147