From d86cce86d3f0ac665de30543d18aea23653d3f94 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 8 Dec 2019 15:46:25 +0000 Subject: [PATCH] Smake: Add unicase/u8-totitle module. Should fix link error caused by commit 80bafa137 (i18n: New function utf8_to_title().) Reported by John Darrington. --- Smake | 1 + 1 file changed, 1 insertion(+) diff --git a/Smake b/Smake index a52b7272f7..6ec4326a96 100644 --- a/Smake +++ b/Smake @@ -109,6 +109,7 @@ GNULIB_MODULES = \ unicase/u8-casefold \ unicase/u8-tolower \ unicase/u8-toupper \ + unicase/u8-totitle \ unictype/ctype-print \ unictype/category-of \ unigbrk/uc-is-grapheme-break \ -- 2.30.2