From 2a108530e7cd079ec08762aac10675030e98231b Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Sun, 1 Nov 2009 15:41:17 +0100 Subject: Added utf-8 coding to header --- blogthon.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/blogthon.cgi b/blogthon.cgi index a9bafa3..423ce25 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- # This program is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -- cgit v1.2.3