From aa2ac548d9676489abec036512d6c7b2e6c204c6 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. --- etc/zebradb/etc/word-phrase-utf.chr | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/etc/zebradb/etc/word-phrase-utf.chr b/etc/zebradb/etc/word-phrase-utf.chr index b773db8..b9e7e1f 100644 --- a/etc/zebradb/etc/word-phrase-utf.chr +++ b/etc/zebradb/etc/word-phrase-utf.chr @@ -58,6 +58,7 @@ map ȃ a map Ȃ a map ⱥ a map Ⱥ a +map ︡a a # AE map ӕ (ae) map Ӕ (ae) @@ -215,6 +216,7 @@ map ṭ t map Ṭ t map ŧ t map Ŧ t +map t︠ t # D map ḍ d map Ḍ d -- 1.7.2.5