Sun Daowen 8f311c40e7 Fix compilation failure of textencode in tools under the latest MSYS2 environment (gcc 13.3.0).
Changed the parameters of is* functions (isdigit and isspace) in <ctype.h> from char to uint8_t. These functions require int parameters, and passing char can cause warnings in some compiler versions. Since -Werror is enabled, warnings are treated as errors (error: array subscript has type ‘char’ [-Werror=char-subscripts]), leading to compilation failure. Using uint8_t, which is automatically converted to int, prevents these warnings.
2024-05-27 23:32:23 +08:00
..
2018-02-19 22:55:34 -06:00
2022-10-12 02:29:46 +08:00
2019-04-25 15:00:30 -04:00