mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 18:39:50 +00:00
Europe: Fix umlauts in suggested locations.
This commit is contained in:
parent
8a99a256d7
commit
7b38534d19
1 changed files with 0 additions and 4 deletions
|
@ -20,8 +20,6 @@ package de.schildbach.pte;
|
|||
import java.util.Set;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
import com.google.common.base.Charsets;
|
||||
|
||||
import de.schildbach.pte.dto.Product;
|
||||
|
||||
/**
|
||||
|
@ -37,8 +35,6 @@ public class RtProvider extends AbstractHafasProvider
|
|||
{
|
||||
super(NetworkId.RT, API_BASE, "dn", PRODUCTS_MAP);
|
||||
|
||||
setJsonGetStopsEncoding(Charsets.UTF_8);
|
||||
setJsonNearbyLocationsEncoding(Charsets.ISO_8859_1);
|
||||
setStationBoardHasStationTable(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue