Skip to content

Replace use of ctype functions with internal version where only ASCII chars are used

Adrian Johnson requested to merge ajohnson/cairo:ctype into master

In !309 (merged) 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.

Merge request reports