mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
Change the encoding of some python scripts from ISO-8859-15 to ISO-8859-1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14477 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
81262569fc
commit
da915923fd
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python -tt
|
#!/usr/bin/env python -tt
|
||||||
# -*- coding: iso-8859-15 -*-
|
# -*- coding: iso-8859-1 -*-
|
||||||
|
|
||||||
# file TeXFiles.py
|
# file TeXFiles.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 -tt
|
#!/usr/bin/env python -tt
|
||||||
# -*- coding: iso-8859-15 -*-
|
# -*- coding: iso-8859-1 -*-
|
||||||
|
|
||||||
# file convertDefault.py
|
# file convertDefault.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 -tt
|
#!/usr/bin/env python -tt
|
||||||
# -*- coding: iso-8859-15 -*-
|
# -*- coding: iso-8859-1 -*-
|
||||||
|
|
||||||
# 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 -tt
|
#!/usr/bin/env python -tt
|
||||||
# -*- coding: iso-8859-15 -*-
|
# -*- coding: iso-8859-1 -*-
|
||||||
|
|
||||||
# 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 -tt
|
#!/usr/bin/env python -tt
|
||||||
# -*- coding: iso-8859-15 -*-
|
# -*- coding: iso-8859-1 -*-
|
||||||
|
|
||||||
# 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user