diff options
author | default <nobody@localhost> | 2024-08-23 20:27:07 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-08-23 20:27:07 +0200 |
commit | 1370d6b64e984726c096139ab02f4493e6904e2f (patch) | |
tree | 10114b7874469fc96233ddf801d32b6d0bbbfe7d /snac.c | |
parent | 8586e44de92c827d6a19a7700121c8b21d3687b1 (diff) |
Searches are now case-insensitive for all alphabets.
Diffstat (limited to 'snac.c')
-rw-r--r-- | snac.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ #include "xs.h" #include "xs_hex.h" #include "xs_io.h" +#include "xs_unicode_tbl.h" #include "xs_unicode.h" #include "xs_json.h" #include "xs_curl.h" |