fixed encoding

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@863 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-12-21 10:24:37 +00:00
parent a6ca6f27f0
commit 449ca7c6c3

View file

@ -37,7 +37,7 @@ public class ZvvProvider extends AbstractHafasProvider
public ZvvProvider() public ZvvProvider()
{ {
super(API_BASE + "query.exe/dn", 10, null); super(API_BASE + "query.exe/dn", 10, null, null, "UTF-8");
} }
public NetworkId id() public NetworkId id()