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. --- meson.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 9f2dcec..97f8eae 100644 --- a/meson.build +++ b/meson.build @@ -108,6 +108,7 @@ tofi_sources = files( 'src/shm.c', 'src/string_vec.c', 'src/surface.c', + 'src/utf8.c', 'src/wlr-layer-shell-unstable-v1.c', 'src/xmalloc.c', ) @@ -119,6 +120,7 @@ compgen_sources = files( 'src/log.c', 'src/mkdirp.c', 'src/string_vec.c', + 'src/utf8.c', 'src/xmalloc.c' ) @@ -183,6 +185,7 @@ executable( executable( 'tofi-compgen', compgen_sources, + dependencies: [glib], install: false ) -- cgit v1.2.3