Fix charset of changelog.
authorBrenden Matthews <brenden@rty.ca>
Mon, 30 Mar 2009 05:17:56 +0000 (23:17 -0600)
committerBrenden Matthews <brenden@rty.ca>
Mon, 30 Mar 2009 05:18:17 +0000 (23:18 -0600)
ChangeLog
changelog2html.py

index 5e1d504..4ed8211 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2008-06-28
        * Added sysfs AC adapter support patch (thanks Byron)
-       * Added support for EVE-Online skill monitoring (thanks Asbjørn)
+       * Added support for EVE-Online skill monitoring (thanks Asbjørn)
 
 2008-06-25
        * new variables smapi_bat_temp and smapi_bat_power
 
 2008-04-29
        * own_window_type dock patch (thanks Morgan).
-       * Fix for $if_up memleak (thanks Micha¿).
+       * Fix for $if_up memleak (thanks Micha¿).
 
 2008-04-12
        * Added patch for the following (thanks larsko):
        * Version 0.17 released
 
 2004-05-23
-       * battery number for ACPI battery (thanks Leszek Krupiñski)
+       * battery number for ACPI battery (thanks Leszek Krupiñski)
        * default battery is now BAT0 instead of BAT1, set ${battery 1} if
          the old battery thing worked
-       * bug fix on load average reporting (thanks Leszek Krupiñski)
+       * bug fix on load average reporting (thanks Leszek Krupiñski)
        * outlines to text, draw_outline and default_outline_color
          configurations and $outlinecolor (thanks adi)
        * $acpifan, $acpiacadapter, $uptime_short (thanks adi)
        * Version 0.15 released
 
 2004-05-06
-       * SIGHUP reloads config file (thanks Jørgen P. Tjernø)
+       * SIGHUP reloads config file (thanks Jørgen P. Tjernø)
        * Some other stuff
index 67ccb11..5a6632c 100755 (executable)
@@ -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