Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files
[koha.git] / misc / zebra / sort-string-utf_french.chr
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æbcdefghijklmnopqrstuvwxyzø
9 uppercase {0-9}AÆBCDEFGHIJKLMNOPQRSTUVWXYZØ
10
11 # Breaking characters
12
13 space {\001-\040}!"#$%&'\()*+,-/:;<=>?@\[\\]^_`\{|}~.
14
15 # Characters to be considered equivalent for searching purposes.
16 equivalent æä(ae)
17 equivalent øö(oe)
18 equivalent å(aa)
19 #equivalent uü
20 equivalent y(i)
21
22 # Supplemental mappings
23
24 map (&auml;)       a
25 map (&aelig;)      æ
26 map (&oslash;)     ø
27 map (&aring;)      a
28 map (&ouml;)       o
29 map (&Auml;)       A
30 map (&Aelig;)      Æ
31 map (&Oslash;)     Ø
32 map (&Aring;)      A
33 map (&Ouml;)       O
34
35 map âàáäÂÀ              a
36 map êèéëÊÈÉË            e
37 map îïíÎÏ          i
38 map ôöóÔÖ          o
39 map ûùüÛÜ       u
40 map ç       c
41 #map y   i
42
43 #map (Aa)       (AA)
44
45 #map (aa)        a
46 map (^Le\s)    @
47 map (^La\s)    @
48 map (^Les\s)      @
49 map (^Un\s)      @
50 map (^Une\s)     @
51 map (^De\s)     @
52 map (^Des\s)     @