From bfdcdcffc658a32b79a33d6ef19617d181d28aee Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Wed, 30 Oct 2013 15:50:03 +0100 Subject: [PATCH] Bug 10939 - ICU does not transliterate polish special characters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When indexing records in Zebra using ICU (in etc/default.idx), non latin characters are transliterate to latin one. It works well with arabic for example but not for polish special characters. See http://en.wikipedia.org/wiki/Polish_alphabet#Computer_encoding Test plan : - Configure Zebra to use ICU - Create a record with a polish special character. For example : author "Miłosz Oskar Wladysław de Lubicz" - Index this record - Perform a search with original word. For example "Miłosz" => You get the record in results - Perform a search with translitterate word. For example "Milosz" => You get the record in results --- etc/zebradb/etc/words-icu.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/etc/zebradb/etc/words-icu.xml b/etc/zebradb/etc/words-icu.xml index 38af51f..1eb61ea 100644 --- a/etc/zebradb/etc/words-icu.xml +++ b/etc/zebradb/etc/words-icu.xml @@ -1,4 +1,24 @@ + + + + + + + + + + + + + + + + + + + + -- 1.8.3.2