mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 09:19:57 +00:00
fixed encoding
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@863 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
a6ca6f27f0
commit
449ca7c6c3
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class ZvvProvider extends AbstractHafasProvider
|
|||
|
||||
public ZvvProvider()
|
||||
{
|
||||
super(API_BASE + "query.exe/dn", 10, null);
|
||||
super(API_BASE + "query.exe/dn", 10, null, null, "UTF-8");
|
||||
}
|
||||
|
||||
public NetworkId id()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue