mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +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
|
#!/usr/bin/env python
|
||||||
# -*- coding: iso-8859-1 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# file TeXFiles.py
|
# file TeXFiles.py
|
||||||
# This file is part of LyX, the document processor.
|
# This file is part of LyX, the document processor.
|
||||||
# Licence details can be found in the file COPYING.
|
# Licence details can be found in the file COPYING.
|
||||||
|
|
||||||
# \author Herbert Voß
|
# \author Herbert Voß
|
||||||
# \author Jean-Marc Lasgouttes
|
# \author Jean-Marc Lasgouttes
|
||||||
# \author Jürgen Spitzmüller
|
# \author Jürgen Spitzmüller
|
||||||
# \author Bo Peng
|
# \author Bo Peng
|
||||||
|
|
||||||
# Full author contact details are available in file CREDITS.
|
# Full author contact details are available in file CREDITS.
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: iso-8859-1 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# file convertDefault.py
|
# file convertDefault.py
|
||||||
# This file is part of LyX, the document processor.
|
# This file is part of LyX, the document processor.
|
||||||
# Licence details can be found in the file COPYING.
|
# Licence details can be found in the file COPYING.
|
||||||
|
|
||||||
# \author Herbert Voß
|
# \author Herbert Voß
|
||||||
# \author Bo Peng
|
# \author Bo Peng
|
||||||
|
|
||||||
# Full author contact details are available in file CREDITS.
|
# Full author contact details are available in file CREDITS.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: iso-8859-1 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# file fig2pdf.py
|
# file fig2pdf.py
|
||||||
# This file is part of LyX, the document processor.
|
# This file is part of LyX, the document processor.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: iso-8859-1 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# file fig2pstex.py
|
# file fig2pstex.py
|
||||||
# This file is part of LyX, the document processor.
|
# This file is part of LyX, the document processor.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: iso-8859-1 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# file fig_copy.py
|
# file fig_copy.py
|
||||||
# This file is part of LyX, the document processor.
|
# This file is part of LyX, the document processor.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# -*- coding: iso-8859-1 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# file layout2layout.py
|
# file layout2layout.py
|
||||||
# This file is part of LyX, the document processor.
|
# This file is part of LyX, the document processor.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# -*- coding: iso-8859-1 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# file legacy_lyxpreview2ppm.py
|
# file legacy_lyxpreview2ppm.py
|
||||||
# This file is part of LyX, the document processor.
|
# This file is part of LyX, the document processor.
|
||||||
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
# with much advice from members of the preview-latex project:
|
# with much advice from members of the preview-latex project:
|
||||||
# David Kastrup, dak@gnu.org and
|
# 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
|
# and with much help testing the code under Windows from
|
||||||
# Paul A. Rubin, rubin@msu.edu.
|
# Paul A. Rubin, rubin@msu.edu.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# -*- coding: iso-8859-1 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# file lyxpreview2bitmap.py
|
# file lyxpreview2bitmap.py
|
||||||
# This file is part of LyX, the document processor.
|
# This file is part of LyX, the document processor.
|
||||||
@ -8,7 +8,7 @@
|
|||||||
# author Angus Leeming
|
# author Angus Leeming
|
||||||
# with much advice from members of the preview-latex project:
|
# with much advice from members of the preview-latex project:
|
||||||
# David Kastrup, dak@gnu.org and
|
# 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
|
# Full author contact details are available in file CREDITS
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# -*- coding: iso-8859-1 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# file tex_copy.py
|
# file tex_copy.py
|
||||||
# This file is part of LyX, the document processor.
|
# This file is part of LyX, the document processor.
|
||||||
|
Loading…
Reference in New Issue
Block a user