compat: fix use of <ctype.h> functions
Unfortunately, the C standard requires an 'unsigned char' value or EOF. So we cannot blindly pass a 'char' value, which may be signed depending on the architecture.
Showing
Please register or sign in to comment