From: José Matox Date: Wed, 2 Aug 2006 09:54:41 +0000 (+0000) Subject: lyx2lyx: Remove -tt from header since it does not work. X-Git-Tag: 1.6.10~12893 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2987ccdd9ed2836ba30a926815657edff4ee1c5b;p=lyx.git lyx2lyx: Remove -tt from header since it does not work. Changed the enconding to utf-8. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14533 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/lyx2lyx/lyx2lyx b/lib/lyx2lyx/lyx2lyx index d61e02e235..82e9d8f522 100755 --- a/lib/lyx2lyx/lyx2lyx +++ b/lib/lyx2lyx/lyx2lyx @@ -1,6 +1,6 @@ -#! /usr/bin/env python -tt -# -*- coding: iso-8859-1 -*- -# Copyright (C) 2002-2004 José Matos +#! /usr/bin/env python +# -*- coding: utf-8 -*- +# Copyright (C) 2002-2004 José Matos # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -54,7 +54,7 @@ def parse_options(argv): sys.exit() if o in ("-v", "--version"): print "lyx2lyx, version %s" %(LyX.version_lyx2lyx) - print "Copyright (C) 2002-2004 José Matos and Dekel Tsur" + print "Copyright (C) 2002-2004 José Matos and Dekel Tsur" sys.exit() if o in ("-d", "--debug"): debug = int(a)