mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 07:29:50 +00:00
fix lines with accents, forgot some accents
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@107 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
8cd4ca880b
commit
6df40b5f95
5 changed files with 5 additions and 5 deletions
|
@ -590,7 +590,7 @@ public final class VbbProvider implements NetworkProvider
|
|||
}
|
||||
}
|
||||
|
||||
private static final Pattern P_NORMALIZE_LINE = Pattern.compile("([A-Za-zÄÖÜäöüßéèêáàâóòô]+)[\\s-]*(.*)");
|
||||
private static final Pattern P_NORMALIZE_LINE = Pattern.compile("([A-Za-zÄÖÜäöüßáàâéèêíìîóòôúùû]+)[\\s-]*(.*)");
|
||||
private static final Pattern P_NORMALIZE_LINE_SPECIAL_NUMBER = Pattern.compile("\\d{4,}");
|
||||
private static final Pattern P_NORMALIZE_LINE_SPECIAL_BUS = Pattern.compile("Bus[A-Z]");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue