chiark / gitweb /
Emacs expects coding values in lowercase.
authorHenrik Tunedal <tunedal@gmail.com>
Wed, 26 Jan 2011 16:26:51 +0000 (17:26 +0100)
committerHenrik Tunedal <tunedal@gmail.com>
Wed, 26 Jan 2011 16:26:51 +0000 (17:26 +0100)
build.py
metadata.py
update.py

index 3f4bb3dc37a2d7a5773e16a0f3d731577b312983..13f9faa06c963a62985b2b63f2f0cb6c3fefd268 100644 (file)
--- a/build.py
+++ b/build.py
@@ -1,4 +1,4 @@
-# -*- coding: UTF-8 -*-
+# -*- coding: utf-8 -*-
 #
 # build.py - part of the FDroid server tools
 # Copyright (C) 2010, Ciaran Gultnieks, ciaran@ciarang.com
index 8bf114f8555471a9509d037c0149ddcf3bcd5e6f..d6b6d22aafef405e745c41d2a31045d838091d8b 100644 (file)
@@ -1,4 +1,4 @@
-# -*- coding: UTF-8 -*-
+# -*- coding: utf-8 -*-
 #
 # metadata.py - part of the FDroid server tools
 # Copyright (C) 2010, Ciaran Gultnieks, ciaran@ciarang.com
index 2285a68aed1c540cc19daa0dfb58198ff615881d..d0ff2c9d67ab1aad9d0f7b87bbe878d6a752cab1 100644 (file)
--- a/update.py
+++ b/update.py
@@ -1,4 +1,4 @@
-# -*- coding: UTF-8 -*-
+# -*- coding: utf-8 -*-
 #
 # update.py - part of the FDroid server tools
 # Copyright (C) 2010, Ciaran Gultnieks, ciaran@ciarang.com