X-Git-Url: https://snippets.scripts.mit.edu/gitweb.cgi/Scripts/git/.git/blobdiff_plain/e34d1a28ba4e7baa9f75aea76467c700f53af5a0..5949ebc53c19c64be3ed1e7892048c7b4d264dca:/TracZephyrPlugin/ZephyrPlugin.py diff --git a/TracZephyrPlugin/ZephyrPlugin.py b/TracZephyrPlugin/ZephyrPlugin.py index a1978b6..0c904b4 100644 --- a/TracZephyrPlugin/ZephyrPlugin.py +++ b/TracZephyrPlugin/ZephyrPlugin.py @@ -18,7 +18,7 @@ class ZephyrPlugin(Component): return command = shlex.split(self.config.get('ZephyrPlugin', 'command').encode('utf-8')) if not command: - command = ['zwrite', '-q', '-l', '-d'] + command = ['zwrite', '-q', '-l', '-d', '-x', 'UTF-8'] opcode = self.config.get('ZephyrPlugin', 'opcode') if opcode: command += ['-O', opcode]