https://bugs.kde.org/show_bug.cgi?id=446131

--- Comment #1 from Volker Krause <vkra...@kde.org> ---
The single pipe as a separator is probably the smaller problem in that
expression though, even without that this will fail on the single character
weekday names, 'T' is ambiguous in English alone already.

Looking at how '|' is used in the full OSM corpus, this seems to be in roughly
equal parts:
* as rule separator (';'): e.g. "Thu 07:30-18:00 | Fr 08:00-18:00"
* instead of a comma: e.g. "Mo-Fr 08:00-12:00 | 13:00-17:00"
* instead of '||': e.g. "Mo-Fr 09:00-13:00 | "nach Vereinbarung""

When we guess/assume one of those interpretations it will possibly result in
false results in the other cases.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to