Fix umlauts in autocompleted stations for Leipzig, Halle & Sachsen-Anhalt.

This commit is contained in:
Andreas Schildbach 2014-07-29 18:34:36 +02:00
parent 04abe7b7a7
commit aab2c54171

View file

@ -36,9 +36,7 @@ public class NasaProvider extends AbstractHafasProvider
public NasaProvider()
{
super(API_BASE + "stboard.exe/dn", API_BASE + "ajax-getstop.exe/dn", API_BASE + "query.exe/dn", 8);
setJsonNearbyStationsEncoding(UTF_8);
super(API_BASE + "stboard.exe/dn", API_BASE + "ajax-getstop.exe/dn", API_BASE + "query.exe/dn", 8, UTF_8);
}
public NetworkId id()