mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
fixed umlaut problem with Brandenburg auto-complete
This commit is contained in:
parent
209bb2b1e3
commit
b389b13fac
3 changed files with 16 additions and 2 deletions
|
@ -188,7 +188,7 @@ public class VbbProvider extends AbstractHafasProvider
|
|||
|
||||
public List<Location> autocompleteStations(final CharSequence constraint) throws IOException
|
||||
{
|
||||
final String uri = String.format(AUTOCOMPLETE_URI, ParserUtils.urlEncode(constraint.toString(), ISO_8859_1));
|
||||
final String uri = String.format(AUTOCOMPLETE_URI, ParserUtils.urlEncode(constraint.toString(), UTF_8));
|
||||
|
||||
return jsonGetStops(uri);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue