diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-11-01 15:41:17 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-11-01 15:41:17 +0100 |
commit | 2a108530e7cd079ec08762aac10675030e98231b (patch) | |
tree | 4163ea5b03ab04aaa10e97b91769fced79f976c6 /blogthon.cgi | |
parent | 420347a05fb2dfeed63ed1e9c41f5d87128eeca7 (diff) |
Added utf-8 coding to header
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-x | blogthon.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
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 |