From d8259745c50bf675c496524c9d4202601f2d4bb9 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 12 Jul 2012 07:07:07 -0400 Subject: [PATCH] Bug 8426: Diacritics not being mapped for searching MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add mappings for ︡a to a, and for t︠ to t. Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer --- etc/zebradb/etc/word-phrase-utf.chr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/zebradb/etc/word-phrase-utf.chr b/etc/zebradb/etc/word-phrase-utf.chr index 8619f6430c..795b2ce62e 100644 --- a/etc/zebradb/etc/word-phrase-utf.chr +++ b/etc/zebradb/etc/word-phrase-utf.chr @@ -66,6 +66,7 @@ map ȃ a map Ȃ a map ⱥ a map Ⱥ a +map ︡a a # AE map ӕ (ae) map Ӕ (ae) @@ -226,6 +227,7 @@ map ṭ t map Ṭ t map ŧ t map Ŧ t +map t︠ t # D map ḍ d map Ḍ d -- 2.11.0