summaryrefslogtreecommitdiff
path: root/driver.pl
diff options
context:
space:
mode:
Diffstat (limited to 'driver.pl')
-rw-r--r--driver.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver.pl b/driver.pl
index 54a04ab..561b253 100644
--- a/driver.pl
+++ b/driver.pl
@@ -20,6 +20,8 @@ my $bus = WebService::TFL::Bus->new()->request(
);
my $template = file(__FILE__)->parent->file('forecast.html.tt');
+binmode STDOUT,':utf8';
+
print
HomePanel::Render->new({
template_file => $template,