From f216db7b5a80d19e0382d873fbbf2a834f4d4484 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Wed, 28 Dec 2011 19:02:47 +0100 Subject: calendar --- "abfall_sperm\303\274ll/get.sh" | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'abfall_spermüll/get.sh') diff --git "a/abfall_sperm\303\274ll/get.sh" "b/abfall_sperm\303\274ll/get.sh" index 4f892dd..3cb4b6f 100755 --- "a/abfall_sperm\303\274ll/get.sh" +++ "b/abfall_sperm\303\274ll/get.sh" @@ -2,7 +2,8 @@ fetch_tour() { tourId=$1 - curl "http://www.abfallwirtschaft-ortenaukreis.de/tourSearch.php?id=53&lang=de&action=showTour&muellID=8&tour=$tourId" 2>/dev/null + curl "http://www.abfallwirtschaft-ortenaukreis.de/tourSearch.php?id=53&lang=de&action=showTour&muellID=8&tour=$tourId" 2>/dev/null | + iconv -f ISO-8859-1 -t utf8 } parse_tour() { -- cgit v1.2.1