[Koha-patches] [PATCH] dealing with L' and D' in french

paul.poulain at biblibre.com paul.poulain at biblibre.com
Sat Aug 2 19:22:01 CEST 2008


From: Paul POULAIN <paul.poulain at biblibre.com>

diff --git a/etc/zebradb/lang_defs/fr/sort-string-utf.chr b/etc/zebradb/lang_defs/fr/sort-string-utf.chr
index f4a4b30..28c5c19 100644
--- a/etc/zebradb/lang_defs/fr/sort-string-utf.chr
+++ b/etc/zebradb/lang_defs/fr/sort-string-utf.chr
@@ -47,5 +47,5 @@ map (^Un\s)      @
 map (^Une\s)     @
 map (^De\s)     @
 map (^Des\s)     @
-map (^L\s)     @
-map (^D\s)     @
+map (^L')     @
+map (^D')     @
-- 
1.5.3.2




More information about the Koha-patches mailing list