fix sourcefile encodings: latin1 -> iso-8859-1, add utf-8 to make gettext-0.17 happy
authorFelix Domke <tmbinc@elitedvb.net>
Tue, 14 Oct 2008 10:53:37 +0000 (10:53 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Tue, 14 Oct 2008 10:53:37 +0000 (10:53 +0000)
autotimer/src/AutoTimerConfiguration.py
autotimer/src/AutoTimerEditor.py
autotimer/src/AutoTimerImporter.py
autotimer/src/AutoTimerList.py
wirelesslan/src/flags.py
wirelesslan/src/iwlibs.py

index 243581e..2ff5d70 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: UTF-8 -*-
 # for localized messages
 from . import _
 
index 9b66d6c..927ddd9 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: UTF-8 -*-
 # for localized messages
 from . import _
 
index b53203f..811e5a6 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: UTF-8 -*-
 # for localized messages
 from . import _
 
index 95bb925..983c7fb 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: UTF-8 -*-
 # for localized messages
 from . import _
 
index 63910f6..4435f84 100644 (file)
@@ -1,4 +1,4 @@
-# -*- coding: latin1 -*-
+# -*- coding: ISO-8859-1 -*-
 # python-wifi -- a wireless library to access wireless cards via python
 # Copyright (C) 2004, 2005, 2006 Róman Joost
 #
index ef802f7..c5f9c6d 100644 (file)
@@ -1,4 +1,4 @@
-# -*- coding: latin1 -*-
+# -*- coding: ISO-8859-1 -*-
 # python-wifi -- a wireless library to access wireless cards via python
 # Copyright (C) 2004, 2005, 2006 Róman Joost
 #