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

(-)a/etc/zebradb/etc/word-phrase-utf.chr (-4 / +29 lines)
Lines 1-12 Link Here
1
# Generic search equivanence character map for Latin languages (English, French, etc.)
1
# Generic character map for Latin and Greek characters.
2
2
3
# Define the basic value-set. *Beware* of changing this without re-indexing
3
# Define the basic value-set. *Beware* of changing this without re-indexing
4
# your databases.
4
# your databases.
5
encoding utf-8
5
encoding utf-8
6
6
7
# basic character set
7
# basic character set
8
lowercase {0-9}{a-z}
8
lowercase {0-9}{a-z}αβγδεζηθικλμνξοπρστυφχψω
9
uppercase {0-9}{A-Z}
9
uppercase {0-9}{A-Z}ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ
10
10
11
# Breaking characters
11
# Breaking characters
12
space {\001-\040}!"#$%&'\()*+,-./:;<=>?@\[\\]^_`\{|}~’{\x88-\x89}{\x98-\x9C}
12
space {\001-\040}!"#$%&'\()*+,-./:;<=>?@\[\\]^_`\{|}~’{\x88-\x89}{\x98-\x9C}
Lines 26-31 equivalent ëē(ee) Link Here
26
equivalent oóòõôŏǫȯőǒȍȏ
26
equivalent oóòõôŏǫȯőǒȍȏ
27
equivalent Œœöø(oe)
27
equivalent Œœöø(oe)
28
equivalent ō(oo)
28
equivalent ō(oo)
29
equivalent αάΑΆ(α΄)(Α΄)
30
equivalent εέΕΈ(ε΄)(Ε΄)
31
equivalent ιίϊΙΊΪ(ι΄)(Ι΄)
32
equivalent ηήΗΉ(η΄)(Η΄)
33
equivalent οόΟΌ(ο΄)(Ο΄)
34
equivalent υύϋΥΎΫ(υ΄)(Υ΄)
35
equivalent ωώΩΏ(ω΄)(Ω΄)
36
equivalent Σσς
29
37
30
# Supplemental mappings
38
# Supplemental mappings
31
# mapping diacritics to plain ASCII
39
# mapping diacritics to plain ASCII
Lines 284-289 map Ý y Link Here
284
map ɏ			y
292
map ɏ			y
285
map Ɏ			y
293
map Ɏ			y
286
294
295
## mapping diacritics to plain on greek characters
296
map ά           α
297
map Ά           α
298
map έ           ε
299
map Έ           ε
300
map ί           ι
301
map Ί           ι
302
map ή           η
303
map Ή           η
304
map ό           ο
305
map Ό           ο
306
map ύ           υ
307
map Ύ           υ
308
map ώ           ω
309
map Ώ           ω
310
map Σ           σ
311
map Σ           ς
312
287
# mapping blank string
313
# mapping blank string
288
map (^impr\s)       @
314
map (^impr\s)       @
289
map (^impr\.)       @
315
map (^impr\.)       @
290
- 

Return to bug 11927