mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
fix subsequent replacements
Two replacement words directly following each other did not work as expected because each expects a space at the beginning/end while there was only one space available. Also forbit composing a word after a space was added in the end by a previous replacement.
This commit is contained in:
@@ -23,7 +23,6 @@ transliteration:
|
||||
- "[^[:Ascii:]] >"
|
||||
- ":: lower ()"
|
||||
- ":: NFC ()"
|
||||
- "[:Space:]+ > ' '"
|
||||
variants:
|
||||
- !include icu-rules/variants-bg.yaml
|
||||
- !include icu-rules/variants-ca.yaml
|
||||
|
||||
Reference in New Issue
Block a user