From 61cf8cfbd7f22726fdeed5c0a08f8833cb127cc1 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 15 Oct 2025 18:40:04 +0200 Subject: Turns out that VVO EFA isn't really using ISO-8859-15 --- lib/Travel/Status/DE/EFA/Services.pm.PL | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/Travel/Status/DE/EFA/Services.pm.PL b/lib/Travel/Status/DE/EFA/Services.pm.PL index 1345037..a4d79cf 100644 --- a/lib/Travel/Status/DE/EFA/Services.pm.PL +++ b/lib/Travel/Status/DE/EFA/Services.pm.PL @@ -94,9 +94,8 @@ my %efa_instance = ( VRR2 => { load_instance('de/vrr') }, VRR3 => { load_instance( 'de/vrr', url => 'https://efa.vrr.de/rbgstd3' ) }, VVO => { - url => 'https://efa.vvo-online.de/VMSSL3', - name => 'Verkehrsverbund Oberelbe', - encoding => 'iso-8859-15', + url => 'https://efa.vvo-online.de/VMSSL3', + name => 'Verkehrsverbund Oberelbe', }, VVS => { load_instance('de/vvs') }, -- cgit v1.2.3