Added some character entities for mapping.
[tclrobot.git] / tab / string.chr
1 # Generic character map.
2 #
3 # $Id: string.chr,v 1.1 2001/06/06 09:37:18 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 # Supplemental mappings
23
24 map (&#230;)        æ
25 map (&#248;)        ø
26 map (&#229;)        å
27 map (&#198;)        Æ
28 map (&#216;)        Ø
29 map (&#197;)        Å
30
31 map (&auml;)       ä
32 map (&aelig;)      æ
33 map (&oslash;)     ø
34 map (&aring;)      å
35 map (&ouml;)       ö
36 map (&Auml;)       Ä
37 map (&Aelig;)      Æ
38 map (&AElig;)      Æ
39 map (&Oslash;)     Ø
40 map (&Aring;)      Å
41 map (&Ouml;)       Ö
42
43 map éÉ          e
44 map á           a
45 map ó           o
46 map í           i
47
48 #map (Aa)       (AA)
49
50 #map (aa)        a