From 8293875f77dc4d04b04f3a76019f4daeabcc0fc3 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 1 Jul 2009 14:49:47 -0400 Subject: [PATCH] TracZephyrPlugin: Set UTF-8 source encoding. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This magically fixes the [â~@¦] garbage that was previously generated instead of […]. Signed-off-by: Anders Kaseorg --- TracZephyrPlugin/ZephyrPlugin.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.45.0