diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-10-15 18:55:50 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-10-15 18:55:50 +0200 |
commit | 686a930336636e0e0499ae749935bcdb7269cbe8 (patch) | |
tree | 78a34566b63580b2c856f71f64eef6b1c718da21 | |
parent | eba2e6a7f60ada260291f41cada0e6bd3274a500 (diff) |
LinzAG also speaks UTF-8
-rw-r--r-- | lib/Travel/Status/DE/EFA/Services.pm.PL | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Travel/Status/DE/EFA/Services.pm.PL b/lib/Travel/Status/DE/EFA/Services.pm.PL index a4d79cf..0cba4da 100644 --- a/lib/Travel/Status/DE/EFA/Services.pm.PL +++ b/lib/Travel/Status/DE/EFA/Services.pm.PL @@ -56,9 +56,8 @@ my %efa_instance = ( }, KVV => { load_instance('de/kvv') }, LinzAG => { - url => 'https://www.linzag.at/static', - name => 'Linz AG', - encoding => 'iso-8859-15', + url => 'https://www.linzag.at/static', + name => 'Linz AG', }, MVV => { load_instance('de/mvv') }, NVBW => { |