From 5482f0be746a98bdd6b2c54183b54dd2ff2a0192 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Tue, 18 Oct 2022 19:33:41 +0100 Subject: Improve UTF-8 handling. This should allow case-insensitive matching for non-Latin characters, and fix matching for characters with diacritics. --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 212211d..043f6a8 100644 --- a/src/main.c +++ b/src/main.c @@ -25,6 +25,7 @@ #include "nelem.h" #include "shm.h" #include "string_vec.h" +#include "string_vec.h" #include "xmalloc.h" #undef MAX -- cgit v1.2.3