|
Line 0
Link Here
|
| 0 |
- |
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-z}абвгґдеэєжзіїийклмнопрстуфхцчшщьыъюяёў |
| 9 |
uppercase {0-9}{A-Z}АБВГҐДЕЭЄЖЗІЇИЙКЛМНОПРСТУФХЦЧШЩЬЫЪЮЯЁЎ |
| 10 |
|
| 11 |
# Breaking characters |
| 12 |
|
| 13 |
space {\001-\040}!"#$%&'\()*+,-./:;<=>?@\[\\]^_`\{|}~{\x88-\x89} |
| 14 |
|
| 15 |
# Characters to be considered equivalent for searching purposes. |
| 16 |
equivalent ґ(г) |
| 17 |
equivalent ё(е) |
| 18 |
equivalent ъ(ь) |
| 19 |
|
| 20 |
# Supplemental mappings |
| 21 |
|
| 22 |
map (^En\s) @ |
| 23 |
map (^Den\s) @ |