[kupfer] plugin.*: Spell encoding UTF-8



commit 0f5314d5c096fbff5346b26f9dc6bb37cf7253a7
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Wed Oct 7 13:42:52 2009 +0200

    plugin.*: Spell encoding UTF-8
    
    intltool is very picky and won't accept an encoding spelled "utf8". It
    should be written "UTF-8" everywhere.
    
    This fixes intltool-update's extraction of strings for localization.

 kupfer/plugin/clawsmail.py       |    2 +-
 kupfer/plugin/firefox_support.py |    2 +-
 kupfer/plugin/gajim.py           |    2 +-
 kupfer/plugin/putty.py           |    2 +-
 kupfer/plugin/services.py        |    2 +-
 kupfer/plugin/tsclient.py        |    2 +-
 kupfer/plugin/zim.py             |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/kupfer/plugin/clawsmail.py b/kupfer/plugin/clawsmail.py
index 13074d2..8bb0ed5 100644
--- a/kupfer/plugin/clawsmail.py
+++ b/kupfer/plugin/clawsmail.py
@@ -1,4 +1,4 @@
-# -*- coding: utf8 -*-
+# -*- coding: UTF-8 -*-
 import os
 import re
 import urllib
diff --git a/kupfer/plugin/firefox_support.py b/kupfer/plugin/firefox_support.py
index 367cdf2..62141a0 100644
--- a/kupfer/plugin/firefox_support.py
+++ b/kupfer/plugin/firefox_support.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# -*- coding: utf8 -*-
+# -*- coding: UTF-8 -*-
 
 """
 Original file much thanks to
diff --git a/kupfer/plugin/gajim.py b/kupfer/plugin/gajim.py
index 0e46e04..3e1293f 100644
--- a/kupfer/plugin/gajim.py
+++ b/kupfer/plugin/gajim.py
@@ -1,4 +1,4 @@
-# -*- coding: utf8 -*-
+# -*- coding: UTF-8 -*-
 import os
 import dbus
 
diff --git a/kupfer/plugin/putty.py b/kupfer/plugin/putty.py
index 0c3a708..440bfec 100644
--- a/kupfer/plugin/putty.py
+++ b/kupfer/plugin/putty.py
@@ -1,4 +1,4 @@
-# -*- coding: utf8 -*-
+# -*- coding: UTF-8 -*-
 from __future__ import with_statement
 
 import os
diff --git a/kupfer/plugin/services.py b/kupfer/plugin/services.py
index bfd530d..07f7675 100644
--- a/kupfer/plugin/services.py
+++ b/kupfer/plugin/services.py
@@ -1,4 +1,4 @@
-# -*- coding: utf8 -*-
+# -*- coding: UTF-8 -*-
 import os
 
 from kupfer import plugin_support
diff --git a/kupfer/plugin/tsclient.py b/kupfer/plugin/tsclient.py
index a2efc57..60cd117 100644
--- a/kupfer/plugin/tsclient.py
+++ b/kupfer/plugin/tsclient.py
@@ -1,4 +1,4 @@
-# -*- coding: utf8 -*-
+# -*- coding: UTF-8 -*-
 from __future__ import with_statement
 
 import os
diff --git a/kupfer/plugin/zim.py b/kupfer/plugin/zim.py
index 0ffc055..b8fc1fc 100644
--- a/kupfer/plugin/zim.py
+++ b/kupfer/plugin/zim.py
@@ -1,4 +1,4 @@
-# -*- coding: utf8 -*-
+# -*- coding: UTF-8 -*-
 from __future__ import with_statement
 
 import os



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]