View | Details | Raw Unified | Return to bug 9248
Collapse All | Expand All

(-)a/etc/zebradb/lang_defs/de/sort-string-utf.chr (-1 / +47 lines)
Line 0 Link Here
0
- 
1
# Generic character map.
2
#
3
4
encoding utf-8
5
6
# Define the basic value-set. *Beware* of changing this without re-indexing
7
# your databases.
8
lowercase {0-9}aäæbcdefghijklmnoöøpqrstuüvwxyzå
9
uppercase {0-9}AÄÆBCDEFGHIJKLMNOÖØPQRSTUÜVWXYZÅ
10
11
# Breaking characters
12
13
space {\001-\040}!"#$%&'\()*+,-./:;<=>?@\[\\]^_`\{|}~’{\x88-\x89}{\x98-\x9C}
14
15
# Characters to be considered equivalent for searching purposes.
16
equivalent æä(ae)
17
equivalent øö(oe)
18
equivalent å(aa)
19
equivalent ü(ue)
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
map (&uuml;)       ü
34
map (&Uuml;)       Ü
35
36
map âàáÂÁÀ		a
37
map êèéëÊÈÉË		e
38
map îïíÎÏ		i
39
map ôóòÔÓÒ		o
40
map ûùúûÛÚÙ     u
41
map çÇ       c
42
43
map (^Der\s)    @
44
map (^Die\s)    @
45
map (^Das\s)      @
46
map (^Ein\s)      @
47
map (^Eine\s)     @

Return to bug 9248