From 16c5b33d4d71c10d24ee88998f1c7a4b7c6f423e Mon Sep 17 00:00:00 2001 From: Albert Oller Date: Tue, 29 Nov 2011 19:16:51 -0500 Subject: [PATCH] Bug 2629 - Diacritics not being ignored when searching /etc/zebradb/etc/word-phrase-utf.chr added Cc miniscule and Cc circumflex; added Kk acute accent. --- etc/zebradb/etc/word-phrase-utf.chr | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/etc/zebradb/etc/word-phrase-utf.chr b/etc/zebradb/etc/word-phrase-utf.chr index 6fbab70..29b8757 100644 --- a/etc/zebradb/etc/word-phrase-utf.chr +++ b/etc/zebradb/etc/word-phrase-utf.chr @@ -260,6 +260,10 @@ map č c map Č c map ȼ c map Ȼ c +map Ċ c +map ċ c +map Ĉ c +map ĉ c # G map ǥ g map Ǥ g @@ -272,6 +276,8 @@ map Ğ g # K map ḵ k map Ḵ k +map Ḱ k +map ḱ k # Y map ý y map Ý y @@ -308,4 +314,3 @@ map (^\[S\.d\.\]) @ map (^\[SD\]) @ map (^\[S\.D\.\]) @ map (\x88.*\x89)) @ - -- 1.7.2.5