Remove Emilda section
[idzebra-moved-to-github.git] / test / charmap / string.utf8.chr
1
2 # Define the basic value-set. *Beware* of changing this without re-indexing
3 # your databases.
4
5 # This specifies that _this_ file is in UTF-8.
6 encoding utf-8
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 # Supplemental mappings
23
24 # Latin letter with h with dot below
25 map \L1E25 h
26 # Latin letter with H with dot below
27 map \L1E24 h
28
29
30