This patch add the CP1252 "quote" (’) in ignored chars in zebra configuration.
---
 etc/zebradb/etc/word-phrase-utf.chr |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/etc/zebradb/etc/word-phrase-utf.chr 
b/etc/zebradb/etc/word-phrase-utf.chr
index 465bdf0..7b98b28 100644
--- a/etc/zebradb/etc/word-phrase-utf.chr
+++ b/etc/zebradb/etc/word-phrase-utf.chr
@@ -9,7 +9,7 @@ lowercase {0-9}{a-z}
 uppercase {0-9}{A-Z}
 
 # Breaking characters
-space {\001-\040}!"#$%&'\()*+,-./:;<=>?...@\[\\]^_`\{|}~
+space {\001-\040}!"#$%&'\()*+,-./:;<=>?...@\[\\]^_`\{|}~’
 
 # Characters to be considered equivalent for searching purposes
 equivalent aáàãåâăąȧǎȁȃ
-- 
1.6.0.4

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to