diff fetch_weather.pl @ 243:aef2cf1dc3be

Use UTF8 source.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Jan 2015 17:51:05 +0200
parents ffd49b583e34
children 7dea85b9a431
line wrap: on
line diff
--- a/fetch_weather.pl	Mon Jan 19 17:50:56 2015 +0200
+++ b/fetch_weather.pl	Mon Jan 19 17:51:05 2015 +0200
@@ -16,6 +16,7 @@
 #
 ##########################################################################
 use strict;
+use utf8;
 use LWP::UserAgent;
 use HTML::Entities;
 use XML::Simple;