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. --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 1d518d3..f56add3 100644 --- a/meson.build +++ b/meson.build @@ -108,7 +108,7 @@ common_sources = files( 'src/shm.c', 'src/string_vec.c', 'src/surface.c', - 'src/utf8.c', + 'src/unicode.c', 'src/wlr-layer-shell-unstable-v1.c', 'src/xmalloc.c', ) @@ -120,7 +120,7 @@ compgen_sources = files( 'src/log.c', 'src/mkdirp.c', 'src/string_vec.c', - 'src/utf8.c', + 'src/unicode.c', 'src/xmalloc.c' ) -- cgit v1.2.3