Omit CVS Id. Update copyright year.
[idzebra-moved-to-github.git] / test / sort2 / sort.chr
1 # character map that removes some leading prefixes
2 #
3
4 # Define the basic value-set. *Beware* of changing this without re-indexing
5 # your databases.
6
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 map (^The\s)    @
22 map (^the\s)    @
23 map (^a\s)      @
24 map (^A\s)      @
25
26 #map éÉ         e
27 #map á          a
28 #map ó          o
29 #map í          i
30
31 #map (Aa)       (AA)
32
33 #map (aa)        a