Fix umlauts in nearby stations for Europe.

This commit is contained in:
Andreas Schildbach 2014-12-22 22:06:11 +01:00
parent 842bf8fa2f
commit 9976995137

View file

@ -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); 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); setStationBoardHasStationTable(false);
} }