mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39:58 +00:00
fix lines with accents
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@105 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
c80b71743d
commit
78f0f33755
5 changed files with 5 additions and 5 deletions
|
@ -475,7 +475,7 @@ public class OebbProvider 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