From 5b6b9958263332009215f2c7fb271ddfe45e3dcc Mon Sep 17 00:00:00 2001
From: Nick Clemens <Nick@quechelibrary.org>
Date: Fri, 6 Mar 2015 19:35:38 +0000
Subject: [PATCH] [PASSED QA] 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

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
works as expected

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
---
 etc/zebradb/etc/word-phrase-utf.chr |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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.2.5