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

(-)a/etc/zebradb/lang_defs/de/sort-string-utf.chr (-1 / +49 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öøpqrsßtuü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
equivalent ß(ss)
21
22
# Supplemental mappings
23
24
map (&auml;)       ä
25
map (&aelig;)      æ
26
map (&oslash;)     ø
27
map (&aring;)      å
28
map (&ouml;)       ö
29
map (&Auml;)       Ä
30
map (&Aelig;)      Æ
31
map (&Oslash;)     Ø
32
map (&Aring;)      Å
33
map (&Ouml;)       Ö
34
map (&uuml;)       ü
35
map (&Uuml;)       Ü
36
map (&szlig;)      ß
37
38
map âàáÂÁÀ		a
39
map êèéëÊÈÉË		e
40
map îïíÎÏ		i
41
map ôóòÔÓÒ		o
42
map ûùúûÛÚÙ     u
43
map çÇ       c
44
45
map (^Der\s)    @
46
map (^Die\s)    @
47
map (^Das\s)      @
48
map (^Ein\s)      @
49
map (^Eine\s)     @

Return to bug 9248