4e4de09fb98f18aa46a24e8bf332e8d76f05b977
[idzebra-moved-to-github.git] / test / sort2 / sort.chr
1 # character map that removes some leading prefixes
2 #
3 # $Id: sort.chr,v 1.2 2004-09-16 14:02:46 adam Exp $
4
5 # Define the basic value-set. *Beware* of changing this without re-indexing
6 # your databases.
7
8 lowercase {0-9}{a-y}üzæäøöå
9 uppercase {0-9}{A-Y}ÜZÆÄØÖÅ
10
11 # Breaking characters
12
13 space {\001-\040}!"#$%&'\()*+,-./:;<=>?@\[\\]^_`\{|}~
14
15 # Characters to be considered equivalent for searching purposes.
16
17 # equivalent æä(ae)
18 # equivalent øö(oe)
19 # equivalent å(aa)
20 # equivalent uü
21
22 map (^The\s)    @
23 map (^the\s)    @
24 map (^a\s)      @
25 map (^A\s)      @
26
27 #map éÉ         e
28 #map á          a
29 #map ó          o
30 #map í          i
31
32 #map (Aa)       (AA)
33
34 #map (aa)        a