]> git.lyx.org Git - features.git/commitdiff
lyx2lyx: Remove -tt from header since it does not work.
authorJosé Matox <jamatos@lyx.org>
Wed, 2 Aug 2006 09:54:41 +0000 (09:54 +0000)
committerJosé Matox <jamatos@lyx.org>
Wed, 2 Aug 2006 09:54:41 +0000 (09:54 +0000)
              Changed the enconding to utf-8.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14533 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx2lyx

index d61e02e235ff378a18db421235759e247decc5dc..82e9d8f522a60273f56f40871432549a4d43fadb 100755 (executable)
@@ -1,6 +1,6 @@
-#! /usr/bin/env python -tt
-# -*- coding: iso-8859-1 -*-
-# Copyright (C) 2002-2004 José Matos <jamatos@lyx.org>
+#! /usr/bin/env python
+# -*- coding: utf-8 -*-
+# Copyright (C) 2002-2004 José Matos <jamatos@lyx.org>
 #
 # 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)