From: Anders Kaseorg Date: Wed, 1 Jul 2009 18:49:47 +0000 (-0400) Subject: TracZephyrPlugin: Set UTF-8 source encoding. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/snippets/.git/commitdiff_plain/8293875f77dc4d04b04f3a76019f4daeabcc0fc3 TracZephyrPlugin: Set UTF-8 source encoding. This magically fixes the [â~@¦] garbage that was previously generated instead of […]. Signed-off-by: Anders Kaseorg --- diff --git a/TracZephyrPlugin/ZephyrPlugin.py b/TracZephyrPlugin/ZephyrPlugin.py index 19845aa..9792da4 100644 --- a/TracZephyrPlugin/ZephyrPlugin.py +++ b/TracZephyrPlugin/ZephyrPlugin.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + from trac.core import * from trac.ticket import ITicketChangeListener import subprocess