installer: further moves of zebra configuration files
[koha-equinox.git] / etc / zebradb / lang_defs / en / sort-string.chr
1 # Generic character map.
2 #
3 # $Id: string.chr,v 1.4 1999/09/07 07:19:21 adam Exp $
4
5 # Define the basic value-set. *Beware* of changing this without re-indexing
6 # your databases.
7 lowercase {0-9}{a-y}üzæäøöå
8 uppercase {0-9}{A-Y}ÜZÆÄØÖÅ
9
10 # Breaking characters
11
12 space {\001-\040}!"#$%&'\()*+,-./:;<=>?@\[\\]^_`\{|}~
13
14 # Characters to be considered equivalent for searching purposes.
15
16 # equivalent æä(ae)
17 # equivalent øö(oe)
18 # equivalent å(aa)
19 # equivalent uü
20
21 # Supplemental mappings
22
23 #map (&auml;)       ä
24 #map (&aelig;)      æ
25 #map (&oslash;)     ø
26 #map (&aring;)      å
27 #map (&ouml;)       ö
28 #map (&Auml;)       Ä
29 #map (&Aelig;)      Æ
30 #map (&Oslash;)     Ø
31 #map (&Aring;)      Å
32 #map (&Ouml;)       Ö
33
34 #map éÉ         e
35 #map á          a
36 #map ó          o
37 #map í          i
38
39 #map (Aa)       (AA)
40
41 #map (aa)        a
42 map (^The\s)    @
43 map (^the\s)    @
44 map (^a\s)      @
45 map (^A\s)      @
46 map (^An\s)     @
47 map (^an\s)     @
48