]> git.lyx.org Git - features.git/commitdiff
Convert python scripts to utf-8.
authorJosé Matox <jamatos@lyx.org>
Tue, 8 Aug 2006 10:42:59 +0000 (10:42 +0000)
committerJosé Matox <jamatos@lyx.org>
Tue, 8 Aug 2006 10:42:59 +0000 (10:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14565 a592a061-630c-0410-9148-cb99ea01b6c8

lib/scripts/TeXFiles.py
lib/scripts/convertDefault.py
lib/scripts/fig2pdftex.py
lib/scripts/fig2pstex.py
lib/scripts/fig_copy.py
lib/scripts/layout2layout.py
lib/scripts/legacy_lyxpreview2ppm.py
lib/scripts/lyxpreview2bitmap.py
lib/scripts/tex_copy.py

index 48987ad9d8df51212318deb1f7a98762664ed1c0..3c3753f7c4b5033d711a56f73fd137726584ef64 100755 (executable)
@@ -1,13 +1,13 @@
 #!/usr/bin/env python
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 
 # file TeXFiles.py
 # This file is part of LyX, the document processor.
 # Licence details can be found in the file COPYING.
 
-# \author Herbert Voß
+# \author Herbert Voß
 # \author Jean-Marc Lasgouttes
-# \author Jürgen Spitzmüller
+# \author Jürgen Spitzmüller
 # \author Bo Peng
 
 # Full author contact details are available in file CREDITS.
index 33da99b17801a8a124f04c8e47ec10ae27452d23..075fb4aa03ee160b48cb05cf5ca01c11d1200d87 100644 (file)
@@ -1,11 +1,11 @@
 #!/usr/bin/env python
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 
 # file convertDefault.py
 # This file is part of LyX, the document processor.
 # Licence details can be found in the file COPYING.
 
-# \author Herbert Voß
+# \author Herbert Voß
 # \author Bo Peng
 
 # Full author contact details are available in file CREDITS.
index 2258e4dde8d66287b653547312fb2a639e266f51..6f711bffbce6f2e26595b8e3ca840ef46000a718 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 
 # file fig2pdf.py
 # This file is part of LyX, the document processor.
index c20d737c22c13d4b77514385449bc7428b9a7125..1a559821a753649e1a0c0fb31ad967fef0cc6578 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 
 # file fig2pstex.py
 # This file is part of LyX, the document processor.
index 2f7bffe8d3c4bbcae1e319ae0ee21b9d0ff56262..4eb58e05e634dfea2da89cd3ffcfeb233e68c4e0 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 
 # file fig_copy.py
 # This file is part of LyX, the document processor.
index ff16f5cb962cad32a3ad0c165d5cd86e931fd0c6..0056139ac23ae28162c8538dff84a8435f171edd 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env python
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 
 # file layout2layout.py
 # This file is part of LyX, the document processor.
index f887b5c4dce96f95cfc027a034d62f1a8b49a0ee..cb9ff4d08bf4ac8bd714eaeed65027fba58f6240 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env python
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 
 # file legacy_lyxpreview2ppm.py
 # This file is part of LyX, the document processor.
@@ -10,7 +10,7 @@
 
 # with much advice from members of the preview-latex project:
 #   David Kastrup, dak@gnu.org and
-#   Jan-Åke Larsson, jalar@mai.liu.se.
+#   Jan-Åke Larsson, jalar@mai.liu.se.
 # and with much help testing the code under Windows from
 #   Paul A. Rubin, rubin@msu.edu.
 
index 245848fee230bfd3c4d7b422ca9f1908d5e42a62..aab77997597960a6d8912292a9e406d6dd80393e 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env python
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 
 # file lyxpreview2bitmap.py
 # This file is part of LyX, the document processor.
@@ -8,7 +8,7 @@
 # author Angus Leeming
 # with much advice from members of the preview-latex project:
 # David Kastrup, dak@gnu.org and
-# Jan-Åke Larsson, jalar@mai.liu.se.
+# Jan-Åke Larsson, jalar@mai.liu.se.
 
 # Full author contact details are available in file CREDITS
 
index 6c634c115e10bac01f3ba1659fc790d1d009eb90..c91e298cabd69d6bc0707dcd929271e12facc3d6 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env python
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
 
 # file tex_copy.py
 # This file is part of LyX, the document processor.