From c2e8b9debb3e57eda07f605978191b5b0da3d785 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 6 Mar 2015 19:35:38 +0000 Subject: [PATCH] Bug 13800 - Diacritics not mapped MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds a mapping for the lower case ð character to word-phrase-utf.chr ( Ð was already mapped to d) To test: 1. Add a record with the ð character (Arnaldur Indriðason is an example author) 2. Rebuild zebra 3. Search for your record using d instead of ð and verify it is not found 4. Apply patch and copy word-phrase-utf.chr to the appropriate folder 5. Restart and rebuild zebra 6. Search for your record using d instead of ð and verify it is found --- etc/zebradb/etc/word-phrase-utf.chr | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/zebradb/etc/word-phrase-utf.chr b/etc/zebradb/etc/word-phrase-utf.chr index 18aa446..2e872a7 100644 --- a/etc/zebradb/etc/word-phrase-utf.chr +++ b/etc/zebradb/etc/word-phrase-utf.chr @@ -227,6 +227,7 @@ map ḍ d map Ḍ d map đ d map Đ d +map ð d # S map ś s map Ś s -- 1.7.10.4