summaryrefslogtreecommitdiff
path: root/src/cairo-ctype-inline.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace use of ctype functions with internal version where only ASCII chars ↵Adrian Johnson2022-04-091-0/+86
are used In !309 Taylor R Campbell found a number of instances of ctype incorrectly passed a signed char. In many cases, where only ASCII characters are used, the code should have been using the cairo version of the ctype function to avoid locale issues.