From fcd3b56a22a6fd138d46d3978488e9feb4933bb9 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Thu, 28 Dec 2006 18:47:13 +0000 Subject: [PATCH] add missing encoding declaration git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16420 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/graphics/GraphicsConverter.C | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graphics/GraphicsConverter.C b/src/graphics/GraphicsConverter.C index 02eea8a48a..d3390e10df 100644 --- a/src/graphics/GraphicsConverter.C +++ b/src/graphics/GraphicsConverter.C @@ -281,6 +281,7 @@ static void build_script(FileName const & from_file, typedef Converters::EdgePath EdgePath; script << "#!/usr/bin/env python\n" + "# -*- coding: utf-8 -*-\n" "import os, shutil, sys\n\n" "def unlinkNoThrow(file):\n" " ''' remove a file, do not throw if an error occurs '''\n" -- 2.39.2