mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 08:19:51 +00:00
Fix umlauts in nearby stations for Europe.
This commit is contained in:
parent
842bf8fa2f
commit
9976995137
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ public class RtProvider extends AbstractHafasProvider
|
|||
{
|
||||
super(API_BASE + "stboard.exe/dn", API_BASE + "ajax-getstop.exe/dn", API_BASE + "query.exe/dn", 10, UTF_8);
|
||||
|
||||
setJsonNearbyStationsEncoding(ISO_8859_1);
|
||||
setStationBoardHasStationTable(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue