[Patches] [PATCH] BUG 6098 zebra conf NSB NSE indexed as space

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Thu Dec 22 08:20:03 NZDT 2011


From: Fridolyn SOMERS <fridolyn.somers at progilone.fr>
Date: Wed, 6 Apr 2011 17:44:52 +0200
Subject: [PATCH] BUG 6098 zebra conf NSB NSE indexed as space

Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
---
 etc/zebradb/etc/word-phrase-utf.chr          |    2 +-
 etc/zebradb/lang_defs/fr/sort-string-utf.chr |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/zebradb/etc/word-phrase-utf.chr b/etc/zebradb/etc/word-phrase-utf.chr
index 6fbab70..6180b84 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}!"#$%&'\()*+,-./:;<=>?@\[\\]^_`\{|}~’{\x88-\x89}{\x98-\x9C}
 
 # Characters to be considered equivalent for sorting purposes
 equivalent aáàãåâăąȧǎȁȃ
diff --git a/etc/zebradb/lang_defs/fr/sort-string-utf.chr b/etc/zebradb/lang_defs/fr/sort-string-utf.chr
index 28c5c19..6a842e3 100644
--- a/etc/zebradb/lang_defs/fr/sort-string-utf.chr
+++ b/etc/zebradb/lang_defs/fr/sort-string-utf.chr
@@ -10,7 +10,7 @@ uppercase {0-9}AÆBCDEFGHIJKLMNOPQRSTUVWXYZØ
 
 # Breaking characters
 
-space {\001-\040}!"#$%&'\()*+,-./:;<=>?@\[\\]^_`\{|}~{\x88-\x89}
+space {\001-\040}!"#$%&'\()*+,-./:;<=>?@\[\\]^_`\{|}~’{\x88-\x89}{\x98-\x9C}
 
 # Characters to be considered equivalent for searching purposes.
 equivalent æä(ae)
-- 
1.7.5.4


More information about the Patches mailing list