aaa2cbff1ed237770b549a8a87b4b230124e1124
[idzebra-moved-to-github.git] / test / charmap / string.utf8.chr
1 # $Id: string.utf8.chr,v 1.2 2005-03-11 17:56:36 adam Exp $
2
3 # Define the basic value-set. *Beware* of changing this without re-indexing
4 # your databases.
5
6 # This specifies that _this_ file is in UTF-8.
7 encoding utf-8
8
9 lowercase {0-9}{a-y}üzæäøöå
10 uppercase {0-9}{A-Y}ÜZÆÄØÖÅ
11
12 # Breaking characters
13
14 space {\001-\040}!"#$%&'\()*+,-./:;<=>?@\[\\]^_`\{|}~
15
16 # Characters to be considered equivalent for searching purposes.
17
18 equivalent æä(ae)
19 equivalent øö(oe)
20 equivalent å(aa)
21 equivalent uü
22
23 # Supplemental mappings
24
25 # Latin letter with h with dot below
26 map \L1E25 h
27 # Latin letter with H with dot below
28 map \L1E24 h
29
30
31