mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +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
|
@ -455,7 +455,7 @@ public class SbbProvider 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 String normalizeLine(final String type, final String line)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue