+3
−3
lib/curl_ctype.c
0 → 100644
+114
−0
lib/curl_ctype.h
0 → 100644
+48
−0
+2
−21
+1
−10
Loading
... since the libc provided one are locale dependent in a way we don't want. Also, the "native" isalnum() (for example) works differently on different platforms which caused test 1307 failures on macos only. Closes #2269