From 3bbd8ff839354a6f488c8481d5e6336a3f637cee Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 23 Oct 2022 13:24:48 +0100 Subject: Replace wchar and friends with Unicode handling. All text handling should now be explicitly UTF-8 or UTF-32, removing the ambiguity around wchar_t and related functions. --- test/utf8.c | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/utf8.c b/test/utf8.c index 494e75b..f18eca0 100644 --- a/test/utf8.c +++ b/test/utf8.c @@ -5,7 +5,6 @@ #include #include "fuzzy_match.h" #include "tap.h" -#include "utf8.h" void is_simple_match(const char *pattern, const char *str, const char *message) { -- cgit v1.2.3