last commit i forgot to save changes in x11.c ; this fixes that file
[monky] / changelog2html.py
old mode 100644 (file)
new mode 100755 (executable)
index 67ccb11..5a6632c
@@ -10,7 +10,7 @@ f = sys.argv[1]
 
 blah = 0
 
-print '<html><body>'
+print '<html><head><meta http-equiv="content-type" content="text/html;charset=utf-8" /></head><body>'
 
 for i in open(f).read().splitlines():
   # ignore empty lines