mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Convert python scripts to utf-8.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14565 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
88a45ab222
commit
37dc5aeabe
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user