diff scripts/build.py @ 379:0df178e07fdb

Use UTF-8 as encoding of source files.
author cmlenz
date Tue, 24 Jul 2007 17:32:02 +0000
parents a22ec8fce6c9
children 933105ab516b
line wrap: on
line diff
--- a/scripts/build.py
+++ b/scripts/build.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# -*- coding: iso8859-1 -*-
+# -*- coding: utf-8 -*-
 #
 # Copyright (C) 2005 Christopher Lenz <cmlenz@gmx.de>
 # All rights reserved.
Copyright (C) 2012-2017 Edgewall Software