From 1370d6b64e984726c096139ab02f4493e6904e2f Mon Sep 17 00:00:00 2001 From: default Date: Fri, 23 Aug 2024 20:27:07 +0200 Subject: Searches are now case-insensitive for all alphabets. --- snac.c | 1 + 1 file changed, 1 insertion(+) (limited to 'snac.c') diff --git a/snac.c b/snac.c index 25d3f5e..b9f1032 100644 --- a/snac.c +++ b/snac.c @@ -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" -- cgit v1.2.3