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:
andreas.schildbach 2010-08-25 14:35:46 +00:00
parent c80b71743d
commit 78f0f33755
5 changed files with 5 additions and 5 deletions

View file

@ -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)
{