diff options
author | Phil Jones <philj56@gmail.com> | 2022-10-23 13:24:48 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-10-23 13:24:59 +0100 |
commit | 3bbd8ff839354a6f488c8481d5e6336a3f637cee (patch) | |
tree | f793acfea9c8115d30bd00d1a7dde5fc9fc079d7 /test | |
parent | dd3a4a84d6676b51025e8feeb7af662a07b1e73c (diff) |
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.
Diffstat (limited to 'test')
-rw-r--r-- | test/utf8.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <string.h> #include "fuzzy_match.h" #include "tap.h" -#include "utf8.h" void is_simple_match(const char *pattern, const char *str, const char *message) { |